JAL-2145 documentation of getWidth()
authorJim Procter <jprocter@issues.jalview.org>
Mon, 18 Jul 2016 08:24:39 +0000 (09:24 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 18 Jul 2016 08:24:39 +0000 (09:24 +0100)
src/jalview/datamodel/AlignmentI.java

index c15bb99..f1db4c0 100755 (executable)
@@ -41,7 +41,8 @@ public interface AlignmentI extends AnnotatedCollectionI
    * 
    * Calculates the maximum width of the alignment, including gaps.
    * 
-   * @return Greatest sequence length within alignment.
+   * @return Greatest sequence length within alignment, or -1 if no sequences
+   *         present
    */
   @Override
   int getWidth();