Skip to content

Commit be45530

Browse files
eclipse-platform-botHeikoKlare
authored andcommitted
Perform clean code of debug/org.eclipse.debug.ui
1 parent 1703459 commit be45530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/CommonTab.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public class CommonTab extends AbstractLaunchConfigurationTab {
158158
* Modify listener that simply updates the owning launch configuration dialog.
159159
*/
160160
private final ModifyListener fBasicModifyListener = evt -> scheduleUpdateJob();
161-
private boolean hasTerminalSupport;
161+
private final boolean hasTerminalSupport;
162162

163163
/**
164164
* Constructs a new tab with default context help.

0 commit comments

Comments
 (0)