From 16342ec2ab61d371ee70f61ac0294f2716fab638 Mon Sep 17 00:00:00 2001 From: jprocter Date: Thu, 28 Jan 2010 15:36:17 +0000 Subject: [PATCH] quick fix for very broken checkin - see Mantis bug #55537 --- src/jalview/io/AnnotationFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/io/AnnotationFile.java b/src/jalview/io/AnnotationFile.java index 50b477c..0095aef 100755 --- a/src/jalview/io/AnnotationFile.java +++ b/src/jalview/io/AnnotationFile.java @@ -141,7 +141,7 @@ public class AnnotationFile { text.append("NO_GRAPH\t"); hasValues = false; // only secondary structure - hasLabels = false; // and annotation description string. + // hasLabels = false; // and annotation description string. } else { -- 1.7.10.2