JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / com / stevesoft / pat / FileRegex.java
index fa57795..06a5266 100755 (executable)
@@ -50,8 +50,8 @@ import java.util.Vector;
  * </center> Note that a FileRegex pattern always ends with the Regex pattern
  * element "$". If you like to experiment, try making FileRegex's and then
  * printing them out. The toString() method does a decompile of the pattern to a
- * standard Regex. Here are some more complete examples: <center>
- * <table * border=3>
+ * standard Regex. Here are some more complete examples: <center> <table *
+ * border=3>
  * <tr>
  * <td>FileRegex</td>
  * <td>Regex</td>
@@ -162,8 +162,8 @@ public class FileRegex extends Regex
     return sa;
   }
 
-  final static Regex root = new Regex(File.separatorChar == '/' ? "/$"
-          : "(?:.:|)\\\\$");
+  final static Regex root = new Regex(
+          File.separatorChar == '/' ? "/$" : "(?:.:|)\\\\$");
 
   static void list1(String path, Vector v, int df, boolean rec)
   {