File tree 1 file changed +2
-3
lines changed
dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
import org .eclipse .cdt .dsf .debug .ui .viewmodel .numberformat .FormattedValueVMUtil ;
18
18
import org .eclipse .cdt .dsf .internal .ui .DsfUIPlugin ;
19
19
import org .eclipse .cdt .dsf .ui .viewmodel .update .ICachingVMProvider ;
20
- import org .eclipse .debug .internal . ui .elements . adapters . VariableColumnPresentation ;
20
+ import org .eclipse .debug .ui .IDebugUIConstants ;
21
21
22
22
/**
23
23
* Public constants used in the debug view model.
@@ -39,8 +39,7 @@ public interface IDebugVMConstants {
39
39
* Make expression column ID the same as platform's "name" column ID to
40
40
* enable the File->Rename in-line editing action in the expressions view.
41
41
*/
42
- @ SuppressWarnings ("restriction" )
43
- public static final String COLUMN_ID__EXPRESSION = VariableColumnPresentation .COLUMN_VARIABLE_NAME ;
42
+ public static final String COLUMN_ID__EXPRESSION = IDebugUIConstants .COLUMN_ID_VARIABLE_NAME ;
44
43
45
44
/**
46
45
* Property name used to store the selected number format in a
You can’t perform that action at this time.
0 commit comments