Suraj Khurana created OFBIZ-11749:
-------------------------------------
Summary: Enforce noninstantiability to JobUtil Class
Key: OFBIZ-11749
URL:
https://issues.apache.org/jira/browse/OFBIZ-11749 Project: OFBiz
Issue Type: Sub-task
Components: framework/service
Affects Versions: Trunk
Reporter: Suraj Khurana
Assignee: Suraj Khurana
- Make JobUtil class as final.
- Add a private constructor.
- Make the following public static variable as private.
{code:java}
public static final String MODULE = JobUtil.class.getName();{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)