svn commit: r1814428 - /pivot/trunk/core/src/org/apache/pivot/util/Utils.java

2017-11-06 Thread rwhitcomb
Author: rwhitcomb Date: Mon Nov 6 16:29:32 2017 New Revision: 1814428 URL: http://svn.apache.org/viewvc?rev=1814428&view=rev Log: Code cleanup: Make some error messages from Utils methods read more nicely by capitalizing the first word of the sentence. Modified: pivot/trunk/core/src/org/apa

svn commit: r1814427 - in /pivot/trunk/core/src/org/apache/pivot/collections: List.java Map.java Queue.java Set.java Stack.java

2017-11-06 Thread rwhitcomb
Author: rwhitcomb Date: Mon Nov 6 16:28:11 2017 New Revision: 1814427 URL: http://svn.apache.org/viewvc?rev=1814427&view=rev Log: PIVOT-999: Update the remaining classes in Collections to use "forEach" for their listener lists. Modified: pivot/trunk/core/src/org/apache/pivot/collections/List