git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c52cc0
)
JAL-1705 javadoc added only
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 11 Mar 2016 12:07:15 +0000
(12:07 +0000)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 11 Mar 2016 12:07:15 +0000
(12:07 +0000)
src/jalview/util/MapList.java
patch
|
blob
|
history
diff --git
a/src/jalview/util/MapList.java
b/src/jalview/util/MapList.java
index
34a8926
..
8a014c6
100644
(file)
--- 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<int[]> 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<int[]> addTo)
{
/*
* list is empty - add to it!