Compare commits
No commits in common. '4497f9864f0dd734b4db5605a93000656cdc163b' and '9643485e3ee49f50eb1cf841d07c927c2c99aedf' have entirely different histories.
4497f9864f
...
9643485e3e
1 changed files with 0 additions and 12 deletions
@ -1,12 +0,0 @@
@@ -1,12 +0,0 @@
|
||||
package apelet.association.plugin.businessOpportunities; |
||||
|
||||
import apelet.common.core.object.ObjectValue; |
||||
import apelet.common.online.abstractplugin.ExecutePluginParent; |
||||
|
||||
public class BusinessFromPlugin extends ExecutePluginParent { |
||||
@Override |
||||
public void formCreated(String widgetVariableName, ObjectValue objectValue) { |
||||
super.formCreated(widgetVariableName, objectValue); |
||||
} |
||||
} |
||||
|
||||
Loading…
Reference in new issue