[jira] [Created] (OFBIZ-7744) Enforce noninstantiability to MiniLangUtil class

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-7744) Enforce noninstantiability to MiniLangUtil class

Nicolas Malin (Jira)
Rohit Koushal created OFBIZ-7744:
------------------------------------

             Summary: Enforce noninstantiability to MiniLangUtil class
                 Key: OFBIZ-7744
                 URL: https://issues.apache.org/jira/browse/OFBIZ-7744
             Project: OFBiz
          Issue Type: Sub-task
    Affects Versions: Trunk
            Reporter: Rohit Koushal


- Make below variable as  private
{code}
public static final Set<String> SCRIPT_PREFIXES;
{code}
- Moved constructor below the variable declaration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)