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:
6c7cac7
)
JAL-3285 method call change tin Information to match develop
author
tva
<tva@10.205.251.175>
Wed, 5 Jun 2019 15:32:43 +0000
(16:32 +0100)
committer
tva
<tva@10.205.251.175>
Wed, 5 Jun 2019 15:32:43 +0000
(16:32 +0100)
src/jalview/workers/InformationThread.java
patch
|
blob
|
history
diff --git
a/src/jalview/workers/InformationThread.java
b/src/jalview/workers/InformationThread.java
index
d35025b
..
85cd92f
100644
(file)
--- a/
src/jalview/workers/InformationThread.java
+++ b/
src/jalview/workers/InformationThread.java
@@
-178,7
+178,7
@@
public class InformationThread extends AlignCalcWorker
*/
protected AlignmentAnnotation getGapAnnotation()
{
- return alignViewport.getOccupancyAnnotation();
+ return alignViewport.getAlignmentGapAnnotation();
}
/**