Details
Description
- Make class as final.
- Add a private constructor.
- Make the following public static variables as private
public static Map<String, GenericValue> cachedWebSitePublishPoints = new HashMap<String, GenericValue>(); public static Map<String, Map<String, Object>> cachedStaticValues = new HashMap<String, Map<String,Object>>();