File tree Expand file tree Collapse file tree
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2000, 2019 IBM Corporation and others.
2+ * Copyright (c) 2000, 2026 IBM Corporation and others.
33 *
44 * This program and the accompanying materials
55 * are made available under the terms of the Eclipse Public License 2.0
@@ -1045,6 +1045,7 @@ protected Object[] getSortedChildren(Object parent) {
10451045 * @return a viewer sorter, or <code>null</code> if none or if the comparator is
10461046 * not an instance of ViewerSorter
10471047 */
1048+ @ Deprecated (forRemoval = true , since = "2026-09 (removal in 2028-09 or later)" )
10481049 public ViewerSorter getSorter () {
10491050 if (sorter instanceof ViewerSorter ) {
10501051 return (ViewerSorter )sorter ;
You can’t perform that action at this time.
0 commit comments