JAL-3549 javadoc
authorJim Procter <jprocter@issues.jalview.org>
Fri, 20 Mar 2020 17:01:53 +0000 (17:01 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 20 Mar 2020 17:01:53 +0000 (17:01 +0000)
src/jalview/controller/AlignViewController.java

index 8087210..0bb2d03 100644 (file)
@@ -315,14 +315,17 @@ public class AlignViewController implements AlignViewControllerI
   }
 
   /**
-   * Sorts the alignment (or current selection) by either average score or
-   * density of the specified feature types, and adds to the command history. If
-   * {@code types} is null, all visible feature types are used for the sort. If
-   * no feature types apply, does nothing.
+   * Sorts the alignment (or current selection) by either average score or density
+   * of the specified feature types, and adds to the command history. If
+   * {@code types} is null, all visible feature types are used for the sort. If no
+   * feature types apply, does nothing.
    * 
    * @param types
    * @param methodText
+   *                     - text shown in Undo/Redo command
    * @param method
+   *                     - passed to
+   *                     jalview.analysis.AlignmentSorter.sortByFeatures()
    */
   protected void sortByFeatures(List<String> types, String methodText,
           final String method)