Skip to content

Commit 826cd9a

Browse files
committed
make public because of the superclass change
1 parent 0398780 commit 826cd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/processing/mode/java/JavaEditor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@ public boolean isInCurrentTab(LineID line) {
24072407
* @param code tab to switch to
24082408
*/
24092409
@Override
2410-
protected void setCode(SketchCode code) {
2410+
public void setCode(SketchCode code) {
24112411
//System.out.println("tab switch: " + code.getFileName());
24122412
// set the new document in the textarea, etc. need to do this first
24132413
super.setCode(code);

0 commit comments

Comments
 (0)