We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5ae13 commit f3b35e8Copy full SHA for f3b35e8
swan-assist/src/main/java/de/fraunhofer/iem/swan/assist/ui/dialog/RunAnalysisDialog.java
@@ -227,9 +227,9 @@ private void setParameters() {
227
parameters.put(Constants.CONFIGURATION_FILE, config.getProperty("swan_default_param_value"));
228
229
if(!MEKARadioButton.isSelected()){
230
- parameters.put(Constants.TOOLKIT, MEKARadioButton.getText());
231
- }else{
232
parameters.put(Constants.TOOLKIT, WEKARadioButton.getText());
+ }else{
+ parameters.put(Constants.TOOLKIT, MEKARadioButton.getText());
233
}
234
parameters.put(Constants.SOURCE_DIRECTORY, sourceDirTextbox.getText());
235
parameters.put(Constants.OUTPUT_DIRECTORY, outputDir.getText());
0 commit comments