Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
jvm compliant os
Description
I have added singleton constants in following four classes which should have been singleton.
ClosedInputStream
ClosedOutputStream
NullOutputStream
NullWriter
We may also make it a singleton by keeping constructor private, if required.
Please comment/commit.