Skip to content

Commit 85447df

Browse files
eclipse-platform-botiloveeclipse
authored andcommitted
Perform clean code of debug/org.eclipse.debug.ui
1 parent da4f877 commit 85447df

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/internal/ui/views/console/ProcessConsole.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
*/
115115
@SuppressWarnings("deprecation")
116116
public class ProcessConsole extends IOConsole implements IConsole, IDebugEventSetListener, IPropertyChangeListener {
117-
private IProcess fProcess;
117+
private final IProcess fProcess;
118118

119119
private final List<StreamListener> fStreamListeners = new ArrayList<>();
120120

0 commit comments

Comments
 (0)