Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
5.0.3
-
None
Description
there is three "store" methods (with diffrent parameter type) in ApplicationGlobals
void store(ServletContext context);
void store(Context context);
void store(String applicationRootPackage);
if we need another "store" method with a String parameter in the future, what to do with it? store(String) is already there!
so rename these methods to storeServletContext(), storeContext(), storeApplicationRootPackage() maybe ok, and clear its meaning.
Sorry for poor english!