Issue #45 Unicode character cannot save

Code formatting
This commit is contained in:
Jindra Petk
2013-03-30 16:43:26 +01:00
parent d3bd9b641d
commit be106cc34b
772 changed files with 84378 additions and 84353 deletions

View File

@@ -8,12 +8,12 @@ import java.util.List;
*/
public class TrueItem extends GraphTargetItem {
public TrueItem(GraphSourceItem src) {
super(src, PRECEDENCE_PRIMARY);
}
public TrueItem(GraphSourceItem src) {
super(src, PRECEDENCE_PRIMARY);
}
@Override
public String toString(List localData) {
return "true";
}
@Override
public String toString(List localData) {
return "true";
}
}