From 5589f9fbe9e7e743e164cb1e287cd3e5a5290a0b Mon Sep 17 00:00:00 2001 From: gmungoc Date: Wed, 14 Jan 2015 16:33:27 +0000 Subject: [PATCH] JAL-1619 Javadoc --- src/jalview/analysis/AlignmentUtils.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jalview/analysis/AlignmentUtils.java b/src/jalview/analysis/AlignmentUtils.java index 741e5e4..681589c 100644 --- a/src/jalview/analysis/AlignmentUtils.java +++ b/src/jalview/analysis/AlignmentUtils.java @@ -195,7 +195,8 @@ public class AlignmentUtils /** * Build mapping of protein to cDNA alignment. Mappings are made between - * sequences which have the same name and compatible lengths. + * sequences which have the same name and compatible lengths. Returns true if + * at least one sequence mapping was made, else false. * * @param proteinAlignment * @param cdnaAlignment -- 1.7.10.2