Skip to content
Snippets Groups Projects
Commit cef5146c authored by fedoreno's avatar fedoreno
Browse files

SSDM-3511: reformatted

SVN: 36341
parent a5069fc9
No related branches found
No related tags found
No related merge requests found
...@@ -49,9 +49,9 @@ public class JythonEvaluatorSpringComponent ...@@ -49,9 +49,9 @@ public class JythonEvaluatorSpringComponent
{ {
String msg = String msg =
"The jython-version property must be specified in service.properties - " "The jython-version property must be specified in service.properties - "
+ "possible values are 2.5 and 2.7. Since openBIS version 16.04 recommended jython version is 2.7. " + "possible values are 2.5 and 2.7. Since openBIS version 16.04 recommended jython version is 2.7. "
+ "There might be compatibility issues. For details see page 'Jython Version for Various Plugins' " + "There might be compatibility issues. For details see page 'Jython Version for Various Plugins' "
+ "in openBIS documentation."; + "in openBIS documentation.";
operationLog.error(msg); operationLog.error(msg);
throw new BeanInitializationException(msg); throw new BeanInitializationException(msg);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment