From 7d3430e1985dcd9add12faa32225c24b373a4bcc Mon Sep 17 00:00:00 2001 From: gmungoc Date: Wed, 11 Oct 2017 08:59:54 +0100 Subject: [PATCH] JAL-2738 javadoc correction --- src/jalview/io/vcf/VCFLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 1.7.10.2