Made JavaEditor debugger private.

This commit is contained in:
A Pottinger
2020-03-08 10:21:39 -07:00
parent 86b92bcc03
commit 18653e2d93

View File

@@ -85,7 +85,7 @@ public class JavaEditor extends Editor {
protected PreprocService preprocService;
private Debugger debugger = null;
private Debugger debugger;
private InspectMode inspect;
private ShowUsage usage;