提交 aec276b2 编写于 作者: F frederikheremans

Eclipse settings where removed from SVN which made source-level 1.6 again and...

Eclipse settings where removed from SVN which made source-level 1.6 again and introduced illegal @override annotations in my new code
上级 3f7f7a54
......@@ -28,7 +28,6 @@ public class ExampleFieldInjectedEventListener implements EventListener {
private ActivitiValueExpression dynamicValue;
@Override
public void notify(EventListenerExecution execution) throws Exception {
execution.setVariable("var", fixedValue + dynamicValue.getValue(execution).toString());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册