From: gmungoc Date: Wed, 11 Oct 2017 07:59:54 +0000 (+0100) Subject: JAL-2738 javadoc correction X-Git-Tag: Release_2_11_0~196 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=7d3430e1985dcd9add12faa32225c24b373a4bcc;p=jalview.git JAL-2738 javadoc correction --- diff --git a/src/jalview/io/vcf/VCFLoader.java b/src/jalview/io/vcf/VCFLoader.java index 3d269d8..6309fe7 100644 --- a/src/jalview/io/vcf/VCFLoader.java +++ b/src/jalview/io/vcf/VCFLoader.java @@ -287,7 +287,7 @@ public class VCFLoader /** * Transfers VCF features to sequences to which this sequence has a mapping. - * If the mapping is 1:3, computes peptide variants from nucleotide variants. + * If the mapping is 3:1, computes peptide variants from nucleotide variants. * * @param seq */