diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java index bd55582f0b4..956cec26b64 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java @@ -1137,7 +1137,14 @@ public class SystemWidgetHelpers { /** * Sorts the given array of systemTypes in ascending order by system - * type label. + * type label. + * + * Note that this method sorts the array in place, so clients are + * responsible for creating a copy of the array when needed. In the + * future, this may sort using an internationalization enabled + * collate algorithm for translated labels (currently, normal + * String compare is used). + * * @param systemTypes list of system types to sort */ public static void sortSystemTypesByLabel(IRSESystemType[] systemTypes) {