JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / com / stevesoft / pat / wrap / RandomAccessFileWrap.java
index d4411b9..fddfd4f 100755 (executable)
@@ -90,10 +90,9 @@ public class RandomAccessFileWrap implements StringLike
     {
     }
 
-    throw new ArrayIndexOutOfBoundsException(MessageManager.formatMessage(
-            "exception.out_of_bounds_for_file", new String[] {
-                Integer.valueOf(i).toString(),
-                Integer.valueOf(i0).toString(),
+    throw new ArrayIndexOutOfBoundsException(MessageManager
+            .formatMessage("exception.out_of_bounds_for_file", new String[]
+            { Integer.valueOf(i).toString(), Integer.valueOf(i0).toString(),
                 Integer.valueOf(iend).toString() }));
   }