From 8c7a9e1133d84d0d80db855f85b052a737c245f3 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Mon, 18 Jul 2016 09:24:39 +0100 Subject: [PATCH 1/1] JAL-2145 documentation of getWidth() --- src/jalview/datamodel/AlignmentI.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jalview/datamodel/AlignmentI.java b/src/jalview/datamodel/AlignmentI.java index c15bb99..f1db4c0 100755 --- a/src/jalview/datamodel/AlignmentI.java +++ b/src/jalview/datamodel/AlignmentI.java @@ -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(); -- 1.7.10.2