From 7a625e8adb52fe6fae6af1074fc29e95dd66d440 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Tue, 25 Oct 2016 16:22:21 +0100 Subject: [PATCH] JAL-98 javadoc corrected --- src/jalview/analysis/ResidueCount.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jalview/analysis/ResidueCount.java b/src/jalview/analysis/ResidueCount.java index 256dbc2..75decf2 100644 --- a/src/jalview/analysis/ResidueCount.java +++ b/src/jalview/analysis/ResidueCount.java @@ -403,8 +403,8 @@ public class ResidueCount /** * Returns the character (or concatenated characters) for the symbol(s) with * the given count in the profile. Can be used to get the modal residue by - * supplying the modal count value. Returns an empty string if symbol has the - * given count. The symbols are in alphabetic order of standard peptide or + * supplying the modal count value. Returns an empty string if no symbol has + * the given count. The symbols are in alphabetic order of standard peptide or * nucleotide characters, followed by 'other' symbols if any. * * @return -- 1.7.10.2