From 844771e8d414ade0eaf68cdb16bd4cdd98ae87c1 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 26 Jun 2019 11:53:56 +0100 Subject: [PATCH] JAL-3330 javadoc --- src/jalview/api/FeatureColourI.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/jalview/api/FeatureColourI.java b/src/jalview/api/FeatureColourI.java index 7bfd8a8..98a37c4 100644 --- a/src/jalview/api/FeatureColourI.java +++ b/src/jalview/api/FeatureColourI.java @@ -205,9 +205,9 @@ public interface FeatureColourI */ boolean isOutwithThreshold(SequenceFeature sf); - /* - * Answers a human-readable text description of the colour, suitable for - * display as a tooltip, possibly internationalised for the user's locale. + /** + * Answers a human-readable text description of the colour, suitable for display + * as a tooltip, possibly internationalised for the user's locale. * * @return */ -- 1.7.10.2