Skip to content
Snippets Groups Projects
Commit 9ab58c1b authored by uhensler's avatar uhensler
Browse files

OO-4162: Add lost bracket

parent 2c9fcd00
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@ public class ScoreCalculator implements Serializable {
private String getSumScoreExpression() {
StringBuilder sb = new StringBuilder();
sb.append("(");
for(Iterator<String> iter = getSumOfScoreNodes().iterator(); iter.hasNext(); ) {
String nodeIdent = iter.next();
sb.append("getScore(\"");
......
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