[
https://issues.apache.org/jira/browse/OFBIZ-7684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Arun Patidar closed OFBIZ-7684.
-------------------------------
Resolution: Done
Fix Version/s: Upcoming Branch
Committed changes in trunk at rev: 1751470.
Thanks [~rishisolankii] and [~rahul.kushwah] for your contribution.
> Enforce noninstantiability to ServiceConfigUtil class
> -----------------------------------------------------
>
> Key: OFBIZ-7684
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7684> Project: OFBiz
> Issue Type: Sub-task
> Components: framework
> Affects Versions: Trunk
> Reporter: Rishi Solanki
> Assignee: Arun Patidar
> Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7684.patch
>
>
> - Make class as final.
> - Add a private constructor.
> - Make the following public static variables as private
> {code}
> public static final String engine = "default";
> public static final String SERVICE_ENGINE_XML_FILENAME = "serviceengine.xml";
> {code}
> - Add public static method as getServiceEngineXmlFileName(), getEngine() and use them in following class
> {code}
> ServiceEcaUtil.java
> ServiceGroupReader.java
> DispatchContext.java
> JobPoller.java
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)