Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
All the utility classes like MapUtils have public constructors, although they only have static method.
Normal practice is to hide the default constructor to prevent object creation.