Skip to content

Commit da27d99

Browse files
authored
Change assi- to asso-
Be careful next time
1 parent 2de94c6 commit da27d99

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/actions/AddLazyJavaMethodComponentAction.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)