#35 Unicode strings fix

This commit is contained in:
Jindra Petk
2013-03-02 09:27:48 +01:00
parent b85b396b2a
commit 463180f31e
12 changed files with 66 additions and 58 deletions

View File

@@ -29,6 +29,6 @@ public class Loop {
public Loop(long id, GraphPart loopContinue, GraphPart loopBreak) {
this.loopContinue = loopContinue;
this.loopBreak = loopBreak;
this.id=id;
this.id = id;
}
}