X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2Fwrap%2FRandomAccessFileWrap.java;fp=src%2Fcom%2Fstevesoft%2Fpat%2Fwrap%2FRandomAccessFileWrap.java;h=fddfd4f3a6d171fde9b25acad90ffc98e0751c5e;hb=5e20c0116864d77705d951e35c41a13197791156;hp=d4411b98d90ad4e2256fd457818cdc32f1beadb4;hpb=1bad3c3f74b2e204e0d7ba93a745f5ec775c8a3e;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() })); }