/[Apache-SVN]
ViewVC logotype

Revision 1850728


Jump to revision: Previous Next
Author: jleroux
Date: Tue Jan 8 10:57:44 2019 UTC (5 years, 2 months ago)
Changed paths: 1
Log Message:
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

Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/model/ModelFieldType.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26