From: amwaterhouse Date: Tue, 1 May 2007 16:33:57 +0000 (+0000) Subject: Pad gaps method X-Git-Tag: Release_2_3~88 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=4906ac3c822ddd260c29d1f40628828b2587812c Pad gaps method --- diff --git a/src/jalview/datamodel/AlignmentAnnotation.java b/src/jalview/datamodel/AlignmentAnnotation.java index ae81a90..fe655c1 100755 --- a/src/jalview/datamodel/AlignmentAnnotation.java +++ b/src/jalview/datamodel/AlignmentAnnotation.java @@ -398,7 +398,7 @@ Loading... public boolean padAnnotation(int length) { if (annotations==null) { - return true; // annotation row is correct - null == not visible and undefined length + return true; // annotation row is correct - null == not visible and undefined length } if (annotations.length