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.
2 parents c591d55 + e525ac3 commit 0d5d053Copy full SHA for 0d5d053
swan-assist/src/main/java/de/fraunhofer/iem/swan/assist/ui/dialog/RunAnalysisDialog.java
@@ -234,9 +234,9 @@ private void setParameters() {
234
235
if (MEKARadioButton.isSelected()) {
236
parameters.put(Constants.TOOLKIT, MEKARadioButton.getText());
237
- } else {
238
- parameters.put(Constants.TOOLKIT, WEKARadioButton.getText());
+ } else { parameters.put(Constants.TOOLKIT, WEKARadioButton.getText());
239
}
+
240
parameters.put(Constants.SOURCE_DIRECTORY, sourceDirTextbox.getText());
241
parameters.put(Constants.OUTPUT_DIRECTORY, outputDir.getText());
242
parameters.put(Constants.OUTPUT_LOG, config.getProperty("log_suffix"));
0 commit comments