Closed tzok closed 8 years ago
This class should be a singleton (private constructor + public static getInstance())
Also, the getList() should return Collections.unmodifiableList(list) to prevent other classes from changing the content
I corrected it.
This class should be a singleton (private constructor + public static getInstance())
Also, the getList() should return Collections.unmodifiableList(list) to prevent other classes from changing the content