[
https://issues.apache.org/jira/browse/OFBIZ-7802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Arun Patidar closed OFBIZ-7802.
-------------------------------
Resolution: Fixed
Fix Version/s: Upcoming Branch
Committed changes in trunk at rev: 1754935.
Thanks [~rishisolankii] and [~chinmay.patidar] for your contribution.
> Enforce noninstantiability to ProductWorker class
> -------------------------------------------------
>
> Key: OFBIZ-7802
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7802> Project: OFBiz
> Issue Type: Sub-task
> Components: product
> Affects Versions: Trunk
> Reporter: Rishi Solanki
> Assignee: Arun Patidar
> Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7802.patch
>
>
> - Make class as final.
> - Private constructor already exists, by making it final we just matching the patterns from other utility classes.
> - Make following public static final variables as private;
> {code}
> public static final String resource = "ProductUiLabels";
> public static final MathContext generalRounding = new MathContext(10);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)