Format changes
[jalview.git] / src / jalview / datamodel / AlignmentOrder.java
index 9a2ed8c..639dd47 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer\r
- * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -171,7 +171,7 @@ public class AlignmentOrder
      * replaces oldref with newref in the alignment order.\r
      * @param oldref\r
      * @param newref\r
-     * @return\r
+     * @return true if oldref was contained in order and replaced with newref\r
      */\r
     public boolean updateSequence(SequenceI oldref, SequenceI newref) {\r
       int found=Order.indexOf(oldref);\r