File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ public void performAction() {
4444
4545 @ Override
4646 public void didFinishInput (Method input ) {
47- AddLazyJavaMethodComponentGlobalAction assiciatedAction = (AddLazyJavaMethodComponentGlobalAction )
48- ActionName .ADD_LAZY_JAVA_METHOD_ACTION .getAssiciatedAction ();
49- assiciatedAction .setMethodComponent (comp );
50- assiciatedAction .setMethod (input );
51- GlobalPaintActionExecuter .getSharedInstance ().execute (assiciatedAction , panel );
47+ AddLazyJavaMethodComponentGlobalAction associatedAction = (AddLazyJavaMethodComponentGlobalAction )
48+ ActionName .ADD_LAZY_JAVA_METHOD_ACTION .getAssociatedAction ();
49+ associatedAction .setMethodComponent (comp );
50+ associatedAction .setMethod (input );
51+ GlobalPaintActionExecuter .getSharedInstance ().execute (associatedAction , panel );
5252 }
5353 }, comp .getDisplayingClass ());
5454 }
You can’t perform that action at this time.
0 commit comments