Skip to content

Commit

Permalink
Additional changes for Graphiti 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Brodt committed Jul 11, 2011
1 parent 884e8c0 commit e699fe0
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -11,6 +11,7 @@
package org.eclipse.bpmn2.modeler.core.features;

import org.eclipse.graphiti.features.IFeatureProvider;
import org.eclipse.graphiti.features.context.IDeleteContext;
import org.eclipse.graphiti.ui.features.DefaultDeleteFeature;

public class DefaultBpmnDeleteFeature extends DefaultDeleteFeature {
Expand All @@ -20,7 +21,7 @@ public DefaultBpmnDeleteFeature(IFeatureProvider fp) {
}

@Override
protected boolean getUserDecision() {
protected boolean getUserDecision(IDeleteContext context) {
return true;
}

Expand Down

0 comments on commit e699fe0

Please sign in to comment.