forked from External/mage
MRD and misc
This commit is contained in:
parent
4f06f78621
commit
7345883760
12 changed files with 483 additions and 5 deletions
|
|
@ -28,6 +28,6 @@ public class StaticValue implements DynamicValue {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format("%1$+d", value);
|
||||
return Integer.toString(value);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue