JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / com / stevesoft / pat / Pattern.java
index 1bc74f8..604c23d 100755 (executable)
@@ -262,8 +262,8 @@ public abstract class Pattern
   Pattern clone1(Hashtable h)
   {
     throw new Error(MessageManager.formatMessage(
-            "error.no_such_method_as_clone1_for", new String[] { getClass()
-                    .getName() }));
+            "error.no_such_method_as_clone1_for", new String[]
+            { getClass().getName() }));
   }
 
   Pattern clone(Hashtable h)