From 2e4078eeb9bc67e7a1d9c6bf9eae4432e08ec222 Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Wed, 15 Feb 2006 15:21:21 +0000 Subject: [PATCH] SetThreshold replaces addGraphLine --- src/jalview/io/AnnotationReader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/io/AnnotationReader.java b/src/jalview/io/AnnotationReader.java index 9c6dc49..958aa65 100755 --- a/src/jalview/io/AnnotationReader.java +++ b/src/jalview/io/AnnotationReader.java @@ -262,7 +262,7 @@ public class AnnotationReader colour = ucs.findColour("A"); } - annotation.addGraphLine(new GraphLine(value, label, colour)); + annotation.setThreshold(new GraphLine(value, label, colour)); } } -- 1.7.10.2