We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f10fc98 + 8479e93 commit 0a13191Copy full SHA for 0a13191
src/script/InterpreterAddLazyJavaClass.java
@@ -16,8 +16,9 @@ public class InterpreterAddLazyJavaClass {
16
public InterpreterAddLazyJavaClass(Tokenizer tokenizer, PaintPanel panel)
17
throws ExecutionErrorException {
18
this.panel = panel;
19
+ PaintComponent comp = performAddJavaClassAction();
20
if (tokenizer.hasNext()) {
- ComponentMap.map.put(tokenizer.next(), performAddJavaClassAction());
21
+ ComponentMap.map.put(tokenizer.next(), comp);
22
}
23
24
0 commit comments