mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 03:11:08 +01:00
Made JavaEditor debugger private.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user