Skip to content
Snippets Groups Projects
Commit 45dd8f23 authored by apvrille's avatar apvrille
Browse files

Enhancing sources

parent 500b8f19
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ public class TMLRandom extends TMLActivityElement {
public int getFunctionId() { return functionId;}
public String customExtraToXML() {
return " politics=\"" + functionId + "\" variable=\"" + variable + "\" min=\"" + minValue + "\" maxValue=\"" + maxValue + "\" ";
return " politics=\"" + functionId + "\" variable=\"" + variable + "\" minValue=\"" + minValue + "\" maxValue=\"" + maxValue + "\" ";
}
......
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