From: gmungoc Date: Thu, 21 Jan 2016 15:55:20 +0000 (+0000) Subject: JAL-653 comments/javadoc tidy only X-Git-Tag: Release_2_10_0~296^2~70 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=3647c311e9cf5b4645aaadab741dd81731116e56;p=jalview.git JAL-653 comments/javadoc tidy only --- diff --git a/src/jalview/io/gff/ExonerateHelper.java b/src/jalview/io/gff/ExonerateHelper.java index e373861..f7805fd 100644 --- a/src/jalview/io/gff/ExonerateHelper.java +++ b/src/jalview/io/gff/ExonerateHelper.java @@ -41,7 +41,7 @@ public class ExonerateHelper extends Gff2Helper * * @param seq * the sequence with which this feature is associated - * @param sf + * @param gffColumns * the sequence feature with ATTRIBUTES property containing any * additional attributes * @param align @@ -167,7 +167,7 @@ public class ExonerateHelper extends Gff2Helper mapToSequence); /* - * exonerate GFF has the strand of the target in column 7 rather + * exonerate GFF has the strand of the target in column 7 * (differs from GFF3 which has it in the Target descriptor) */ String strand = gff[STRAND_COL]; @@ -304,7 +304,7 @@ public class ExonerateHelper extends Gff2Helper * Tests whether the GFF data looks like it was generated by exonerate, and is * a format we are willing to handle * - * @param sf + * @param columns * @return */ public static boolean recognises(String[] columns)