JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / com / stevesoft / pat / Validator.java
index dbedca5..2803f58 100755 (executable)
@@ -9,9 +9,9 @@ package com.stevesoft.pat;
 
 /**
  * This class makes it easy to create your own patterns and integrate them into
- * Regex. For more detail, see the example file <a
- * href="http://javaregex.com/code/deriv2.java.html">deriv2.java</a> or <a
- * href="http://javaregex.com/code/deriv3.java.html">deriv3.java</a>.
+ * Regex. For more detail, see the example file
+ * <a href="http://javaregex.com/code/deriv2.java.html">deriv2.java</a> or
+ * <a href="http://javaregex.com/code/deriv3.java.html">deriv3.java</a>.
  */
 
 public class Validator