File tree 1 file changed +3
-3
lines changed
team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2010, 2017 IBM Corporation and others.
2
+ * Copyright (c) 2010, 2024 IBM Corporation and others.
3
3
*
4
4
* This program and the accompanying materials
5
5
* are made available under the terms of the Eclipse Public License 2.0
19
19
import org .eclipse .compare .structuremergeviewer .DiffNode ;
20
20
import org .eclipse .compare .structuremergeviewer .DocumentRangeNode ;
21
21
import org .eclipse .jface .util .Policy ;
22
- import org .eclipse .jface .viewers .ViewerSorter ;
22
+ import org .eclipse .jface .viewers .ViewerComparator ;
23
23
24
- public class DiffViewerComparator extends ViewerSorter {
24
+ public class DiffViewerComparator extends ViewerComparator {
25
25
26
26
public boolean isSorterProperty (Object element , Object property ) {
27
27
return false ;
You can’t perform that action at this time.
0 commit comments