buildbot success in on ofbizTrunkFramework

2018-07-25 Thread buildbot
The Buildbot has detected a restored build on builder ofbizTrunkFramework while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFramework/builds/321 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

svn commit: r1836632 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/collections/MapContext.java

2018-07-25 Thread taher
Author: taher Date: Wed Jul 25 13:25:05 2018 New Revision: 1836632 URL: http://svn.apache.org/viewvc?rev=1836632&view=rev Log: Improved: Add missing @override annotations in MapContext (OFBIZ-10485) Those are missing for methods that override super methods with identical signatures. Thanks: Mat

svn commit: r1836631 - in /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/collections: MapContext.java MapStack.java

2018-07-25 Thread taher
Author: taher Date: Wed Jul 25 13:21:32 2018 New Revision: 1836631 URL: http://svn.apache.org/viewvc?rev=1836631&view=rev Log: Improved: Reafctor MapContext by removing unused code (OFBIZ-10485) - Remove unused functions that are only supposed to be used internally. - Remove redundant warning and