Skip to content

Commit

Permalink
Perform clean code of ui/org.eclipse.tools.layout.spy
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-pde-bot authored and laeubi committed Jan 28, 2025
1 parent 4c1a034 commit 7809ab4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ public class LayoutSpyDialog {
private Text diagnostics;
private Button showColoringButton;

private class LayoutSpyLabelProvider extends ColumnLabelProvider {
private static class LayoutSpyLabelProvider extends ColumnLabelProvider {
@Override
public Color getForeground(Object element) {
Control child = (Control) element;

0 comments on commit 7809ab4

Please sign in to comment.