remaining highlights

This commit is contained in:
Honfika
2013-08-25 22:28:52 +02:00
parent c70111f37d
commit 2570c7bbe7
150 changed files with 304 additions and 168 deletions
@@ -16,7 +16,7 @@ public class TrueItem extends GraphTargetItem {
@Override
public String toString(boolean highlight, List<Object> localData) {
return "true";
return hilight("true", highlight);
}
@Override