Cheers, Ruppert
On Nov 24, 2009, at 8:45 AM, Adam Heath wrote:
Adrian Crum wrote:Or better yet, overload the method so you don't need all those conditionals.If the type of the object in the calling method is Object, then it won't call the overloaded method. However, this is better: if (object instanceof String) { return UtilValidate.isEmpty((String) object); }
smime.p7s
Description: S/MIME cryptographic signature
