X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcom%2Fstevesoft%2Fpat%2Fwrap%2FRandomAccessFileWrap.java;h=fddfd4f3a6d171fde9b25acad90ffc98e0751c5e;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hp=d4411b98d90ad4e2256fd457818cdc32f1beadb4;hpb=e7338a61f3ce96dadf44ac80b2b32cc5ba4b94c8;p=jalview.git diff --git a/src/com/stevesoft/pat/wrap/RandomAccessFileWrap.java b/src/com/stevesoft/pat/wrap/RandomAccessFileWrap.java index d4411b9..fddfd4f 100755 --- a/src/com/stevesoft/pat/wrap/RandomAccessFileWrap.java +++ b/src/com/stevesoft/pat/wrap/RandomAccessFileWrap.java @@ -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() })); }