Fixed while and/or loops

This commit is contained in:
Jindra Pet��k
2013-05-05 11:08:42 +02:00
parent c716b9b328
commit cb9c183b82
30 changed files with 107 additions and 158 deletions
@@ -22,8 +22,7 @@ import java.util.List;
public class MBStringLengthTreeItem extends TreeItem {
public GraphTargetItem value;
//public GraphTargetItem value;
public MBStringLengthTreeItem(GraphSourceItem instruction, GraphTargetItem value) {
super(instruction, PRECEDENCE_PRIMARY);
this.value = value;