Details
Description
- Make class as final.
- Add a private constructor.
- Make the following public static variables as private
public static Map<String, Map<String, List<ServiceEcaRule>>> ecaCache = new ConcurrentHashMap<String, Map<String, List<ServiceEcaRule>>>();
- Make the following protected static methods as private
protected static Callable<List<ServiceEcaRule>> createEcaLoaderCallable(final ResourceHandler handler)