Author: jleroux
Revision: 1369486
Modified property: svn:log

Modified: svn:log at Sun Aug  5 13:54:47 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Aug  5 13:54:47 2012
@@ -1 +1,3 @@
-Fixed a costly call to UtilValidate.
+Fixed a costly call to UtilValidate: 
+UtilValidate.isEmpty(Object) calls ObjectType.isEmpty(Object) - which performs 
a series of instanceof checks. Calling UtilValidate.isEmpty(String) avoids the 
expensive instanceof checks.
+

Reply via email to