Skip to content
Snippets Groups Projects

Dev/518/formula

Merged Kostas FILIPPOPOLITIS requested to merge dev/518/formula into master
42 files
+ 8853
7077
Compare changes
  • Side-by-side
  • Inline
Files
42
@@ -264,6 +264,8 @@ public class AlgorithmProperties {
ParameterProperties parameterProperties
) throws AlgorithmException, BadUserInputException {
if (parameterProperties.getValueType().equals(ParameterProperties.ParameterValueType.json)) {
if (value.equals(""))
return;
try {
new JSONObject(value);
} catch (JSONException ex) {