X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fanalysis%2FRna.java;h=89c5c3076132b74e46bf6613fb7141d1ccd7eb35;hb=582493a5b56d3e01d901c6da9906685c31a32abb;hp=b453c28299e5711105451d9abd7199eef79c7716;hpb=dbcd21b91b25d0cb98b1d8957b811cded5171637;p=jalview.git diff --git a/src/jalview/analysis/Rna.java b/src/jalview/analysis/Rna.java index b453c28..89c5c30 100644 --- a/src/jalview/analysis/Rna.java +++ b/src/jalview/analysis/Rna.java @@ -359,8 +359,8 @@ public class Rna } /** - * Answers true if the base-pair is either a canonical (A-T/U, C-G) or a - * wobble (G-T/U) pair (either way round), else false + * Answers true if the base-pair is either a Watson-Crick (A:T/U, C:G) or a + * wobble (G:T/U) pair (either way round), else false * * @param first * @param second @@ -376,7 +376,7 @@ public class Rna { second -= 32; } - + switch (first) { case 'A': @@ -417,8 +417,8 @@ public class Rna } /** - * Answers true if the base-pair is A-T/U or C-G (either way round), else - * false + * Answers true if the base-pair is Watson-Crick - (A:T/U or C:G, either way + * round), else false * * @param first * @param second