make public because of the superclass change

This commit is contained in:
Ben Fry
2015-06-26 11:29:55 -04:00
parent 0398780e7a
commit 826cd9a6de

View File

@@ -2407,7 +2407,7 @@ public class JavaEditor extends Editor {
* @param code tab to switch to
*/
@Override
protected void setCode(SketchCode code) {
public void setCode(SketchCode code) {
//System.out.println("tab switch: " + code.getFileName());
// set the new document in the textarea, etc. need to do this first
super.setCode(code);