Details
Description
- Make class as final.
- Add a private constructor.
- Make following protected variable as private
protected static Set<String> resourceNotFoundMessagesShown = new HashSet<String>();
protected static Set<String> resourceNotFoundMessagesShown = new HashSet<String>();