X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fcontroller%2FAlignViewController.java;h=0bb2d038a817aa1c300c5669372300130ac5cc93;hb=0705acce562063909c4db16013b8b2a00001884b;hp=8087210fd06b31d0a3c4bff1b54754a7bc5fe66a;hpb=5a1324c30a40231bea443ff15c196ced9d6d51df;p=jalview.git diff --git a/src/jalview/controller/AlignViewController.java b/src/jalview/controller/AlignViewController.java index 8087210..0bb2d03 100644 --- a/src/jalview/controller/AlignViewController.java +++ b/src/jalview/controller/AlignViewController.java @@ -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 types, String methodText, final String method)