JAL-2808 toString modified, tests corrected
[jalview.git] / src / jalview / util / matcher / Matcher.java
index 638933d..d8c9361 100644 (file)
@@ -40,7 +40,7 @@ public class Matcher implements MatcherI
    *           if a numerical condition is specified with a non-numeric
    *           comparision value
    * @throws NullPointerException
-   *           if a null comparison string is specified
+   *           if a null condition or comparison string is specified
    */
   public Matcher(Condition cond, String compareTo)
   {