From: gmungoc Date: Fri, 11 Mar 2016 12:07:15 +0000 (+0000) Subject: JAL-1705 javadoc added only X-Git-Tag: Release_2_10_0~296^2~9 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=18425bf4b285d3d8aeefd8ddbe77b1d6fd434f60;p=jalview.git JAL-1705 javadoc added only --- diff --git a/src/jalview/util/MapList.java b/src/jalview/util/MapList.java index 34a8926..8a014c6 100644 --- a/src/jalview/util/MapList.java +++ b/src/jalview/util/MapList.java @@ -1005,7 +1005,14 @@ public class MapList } } - public static void addRange(int[] range, List addTo) + /** + * Adds the given range to a list of ranges. If the new range just extends + * existing ranges, the current endpoint is updated instead. + * + * @param range + * @param addTo + */ + static void addRange(int[] range, List addTo) { /* * list is empty - add to it!