Skip to content

Commit 7809ab4

Browse files
eclipse-pde-botlaeubi
authored andcommitted
Perform clean code of ui/org.eclipse.tools.layout.spy
1 parent 4c1a034 commit 7809ab4

File tree

1 file changed

+1
-1
lines changed
  • ui/org.eclipse.tools.layout.spy/src/org/eclipse/tools/layout/spy/internal/dialogs

1 file changed

+1
-1
lines changed

ui/org.eclipse.tools.layout.spy/src/org/eclipse/tools/layout/spy/internal/dialogs/LayoutSpyDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class LayoutSpyDialog {
103103
private Text diagnostics;
104104
private Button showColoringButton;
105105

106-
private class LayoutSpyLabelProvider extends ColumnLabelProvider {
106+
private static class LayoutSpyLabelProvider extends ColumnLabelProvider {
107107
@Override
108108
public Color getForeground(Object element) {
109109
Control child = (Control) element;

0 commit comments

Comments
 (0)