svn commit: r1775340 - /ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/Config.java

2016-12-20 Thread taher
Author: taher Date: Tue Dec 20 19:26:11 2016 New Revision: 1775340 URL: http://svn.apache.org/viewvc?rev=1775340&view=rev Log: Improved: Refactored Config.java to simplify fields initialization Improvements remove in total roughly 70 lines of code and includes: - moving all default values to the

svn commit: r1775238 - /ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/Config.java

2016-12-20 Thread taher
Author: taher Date: Tue Dec 20 09:35:11 2016 New Revision: 1775238 URL: http://svn.apache.org/viewvc?rev=1775238&view=rev Log: Improved: properly implement the Optional interface for retrieving portoffset Modified: ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/Config.