package org.jboss.tools.switchyard.reddeer.wizard; import org.jboss.reddeer.gef.editor.GEFEditor; /** * * @author apodhrad * */ public class ExistingDroolsServiceWizard extends ExistingBPMNServiceWizard { public ExistingDroolsServiceWizard() { super(); } public ExistingDroolsServiceWizard(GEFEditor editor) { super(editor); } }