MRD and misc

This commit is contained in:
Loki 2011-03-06 10:49:56 +02:00
parent 4f06f78621
commit 7345883760
12 changed files with 483 additions and 5 deletions

View file

@ -28,6 +28,6 @@ public class StaticValue implements DynamicValue {
@Override
public String toString() {
return String.format("%1$+d", value);
return Integer.toString(value);
}
}