You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2016/06/18 17:17:05 UTC

[jira] [Updated] (OFBIZ-7382) Enforce noninstantiability to UtilAccounting Class

     [ https://issues.apache.org/jira/browse/OFBIZ-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre Smits updated OFBIZ-7382:
--------------------------------
    Summary: Enforce noninstantiability to UtilAccounting Class  (was: UtilAccounting Class)

> Enforce noninstantiability to UtilAccounting Class
> --------------------------------------------------
>
>                 Key: OFBIZ-7382
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7382
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: Trunk
>            Reporter: Rishi Solanki
>         Attachments: OFBIZ-7382.patch
>
>
> - Make class as final.
> - Add a private constructor.
> - Make the following public varialbles as final
> {code}
>     public static String module = UtilAccounting.class.getName();
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)