X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fconditions%2FPropertyRegexCondition.java;h=b5ce9c5d23128f258abdb014a5fa6c2624488909;hb=6f41baf6536a494230a2f6e974dc1a48f329c94c;hp=975509044c9c57593fc7691c3517bfca95da9ae7;hpb=38ecd39020135920bd8c22a226a3b285b1ae7930;p=utils diff --git a/support/general/src/main/java/org/wamblee/conditions/PropertyRegexCondition.java b/support/general/src/main/java/org/wamblee/conditions/PropertyRegexCondition.java index 97550904..b5ce9c5d 100644 --- a/support/general/src/main/java/org/wamblee/conditions/PropertyRegexCondition.java +++ b/support/general/src/main/java/org/wamblee/conditions/PropertyRegexCondition.java @@ -23,8 +23,9 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; /** - * Condition to check whether a given property value matches a certain regular - * expression. + * Condition to check whether a given property of an object matches a certain regular + * expression. The method name to use of the object passed in to + * {@link #matches(Object)} is obtained using the Javabean conventions. * * @author Erik Brakkee *