[jira] [Commented] (OFBIZ-11750) Enforce noninstantiability to ServiceGroupReader Class

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-11750) Enforce noninstantiability to ServiceGroupReader Class

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-11750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17125718#comment-17125718 ]

ASF subversion and git services commented on OFBIZ-11750:
---------------------------------------------------------

Commit e92becb0fd99aac54529b21e87b0308c87c2f1e6 in ofbiz-framework's branch refs/heads/trunk from Suraj Khurana
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=e92becb ]

Improved: Enforce noninstantiability to ServiceGroupReader Class. (#177)

(OFBIZ-11750)
Made class as final, added private constructor and corrected private data member name as per naming convention.

> Enforce noninstantiability to ServiceGroupReader Class
> ------------------------------------------------------
>
>                 Key: OFBIZ-11750
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11750
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework/service
>    Affects Versions: Trunk
>            Reporter: Suraj Khurana
>            Assignee: Suraj Khurana
>            Priority: Major
>             Fix For: Upcoming Branch
>
>
> - Make ServiceGroupReader class as final.
>  - Add a private constructor.
>  - Make the following public static variable as private.
> {code:java}
> public static final String MODULE = ServiceGroupReader.class.getName();{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)