File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
swan-assist/src/main/java/de/fraunhofer/iem/swan/assist/ui/dialog Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1313import com .intellij .openapi .ui .MessageType ;
1414import com .intellij .openapi .ui .popup .Balloon ;
1515import com .intellij .openapi .ui .popup .JBPopupFactory ;
16- import de .fraunhofer .iem .swan .assist .actions .RunSwanAction ;
1716import de .fraunhofer .iem .swan .assist .data .JSONFileLoader ;
1817import de .fraunhofer .iem .swan .assist .util .Constants ;
1918import org .apache .commons .io .FileUtils ;
@@ -251,8 +250,7 @@ private void setParameters() {
251250 PropertiesComponent .getInstance (project ).setValue (Constants .SOURCE_DIRECTORY , sourceDirTextbox .getText ());
252251 PropertiesComponent .getInstance (project ).setValue (Constants .LAST_SRM_LIST , parameters .get (Constants .OUTPUT_DIRECTORY ) + File .separator + config .getProperty ("output_json_suffix" ));
253252 PropertiesComponent .getInstance (project ).setValue (Constants .TOOLKIT , toolkitButtonGroup .getSelection ().getActionCommand ());
254- RunSwanAction runSwanAction = new RunSwanAction ();
255- runSwanAction .runSwan (project );
253+
256254 super .doOKAction ();
257255 }
258256
You can’t perform that action at this time.
0 commit comments