X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fprotein%2FProtein.java;h=eccc7d7f8b90d15793a8c358a646b943934bb1ed;hb=e572f0142daf64409db0461f15215288137603f8;hp=4b81f46c5e0238decba672dc8439c9597ff38b42;hpb=87d34f343d0262cd0c009c6f1da058a5a217bc64;p=jalview.git diff --git a/forester/java/src/org/forester/protein/Protein.java b/forester/java/src/org/forester/protein/Protein.java index 4b81f46..eccc7d7 100644 --- a/forester/java/src/org/forester/protein/Protein.java +++ b/forester/java/src/org/forester/protein/Protein.java @@ -38,10 +38,10 @@ public interface Protein { * If in_nc_order is set to true, this should return true only and only if * the order in List 'domains' and this protein (as determined by the start positions * of the domains of this proteins, _not_ by their index) are the same - * (interspersing, 'other', domains in this are ignored). + * (interspersing, 'other', domains in this are ignored). * If in_nc_order is set to false, this should return true only and only if * this contains all domains listed in 'domains' (order and count do not matter). - * + * * @param domains a list of domain ids in a certain order. * @param in_nc_order to consider order * @return