Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Improved: The ‘ModelFieldType’ class members should be private.
(OFBIZ-10773) Makes the class members private and remove the default public constructor. jleroux: All these members are only used in the class and the default public constructor is useless (it would be automatically added by the compiler if there was no other constructors, and there is one) http://tutorials.jenkov.com/java/constructors.html#default-no-arg-constructors Thanks: Mathieu Lirzin git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1850728 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
with
5 additions
and 12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters