[ 
https://issues.apache.org/jira/browse/TAPESTRY-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship closed TAPESTRY-1336.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.11

> Refactor ApplicationGlobals's store methods
> -------------------------------------------
>
>                 Key: TAPESTRY-1336
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1336
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3
>            Reporter: liigo
>            Assignee: Howard M. Lewis Ship
>            Priority: Trivial
>             Fix For: 5.0.11
>
>
> 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!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to