svn commit: r1814534 - /pivot/trunk/web/src/org/apache/pivot/web/QueryDictionary.java

2017-11-07 Thread rwhitcomb
Author: rwhitcomb Date: Tue Nov 7 20:00:17 2017 New Revision: 1814534 URL: http://svn.apache.org/viewvc?rev=1814534&view=rev Log: Code cleanup: Made some private methods in QueryDictionary to remove duplicated code all through this class. Fixed what looked like a bug in "remove(String,int)" wher

svn commit: r1814533 - in /pivot/trunk/web/src/org/apache/pivot/web: Query.java QueryListener.java

2017-11-07 Thread rwhitcomb
Author: rwhitcomb Date: Tue Nov 7 19:52:03 2017 New Revision: 1814533 URL: http://svn.apache.org/viewvc?rev=1814533&view=rev Log: PIVOT-1011, PIVOT-999, Code cleanup: * Use "Utils" methods for parameter validation in some of the "web" classes. * Move the QueryListenerList to inside QueryListene