From ed984136b7d4972cc3afe44b06fd242d558b3a37 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Fri, 2 Dec 2016 14:36:16 +0000 Subject: [PATCH] JAL-2346 Javadoc correction --- src/jalview/schemes/AnnotationColourGradient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/schemes/AnnotationColourGradient.java b/src/jalview/schemes/AnnotationColourGradient.java index 856bee9..c57b679 100755 --- a/src/jalview/schemes/AnnotationColourGradient.java +++ b/src/jalview/schemes/AnnotationColourGradient.java @@ -378,7 +378,7 @@ public class AnnotationColourGradient extends FollowerColourScheme * proportionate to the range from the threshold is calculated. For all other * cases, a colour proportionate to the annotation's min-max range is * calulated. Note that thresholding is _not_ done here (a colour is computed - * even if threshold is not passed), but by the renderer. + * even if threshold is not passed). * * @param ann * @param col -- 1.7.10.2