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)