You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Rohit Koushal (JIRA)" <ji...@apache.org> on 2016/07/04 16:23:11 UTC

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

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)