Require JavaEditor subclass use getDebugger().

This commit is contained in:
A Pottinger
2020-03-08 10:06:28 -07:00
parent 507e7fae54
commit 86b92bcc03

View File

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