format source code

This commit is contained in:
honfika@gmail.com
2015-01-18 19:31:54 +01:00
parent 303498804e
commit a9d966a3f7
4 changed files with 9 additions and 9 deletions

View File

@@ -681,7 +681,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
private ABC getABC() {
return script == null ? null : script.abc;
}
@Override
public void setText(String t) {
super.setText(t);