fixed && or || in loop condition

This commit is contained in:
Jindra Pet��k
2013-02-25 19:43:19 +01:00
parent 8baa5691e9
commit 7d10e8d13e
4 changed files with 27 additions and 4 deletions
@@ -70,4 +70,11 @@ public class FunctionTreeItem extends TreeItem {
}
return ret;
}
@Override
public boolean needsSemicolon() {
return false;
}
}