0

Remove useless TODOs

This commit is contained in:
Ronald Jack Jenkins Jr
2017-08-08 20:20:53 -04:00
parent c2ea354f71
commit 07986618ee

View File

@@ -68,7 +68,6 @@ public enum ColorMarker implements Marker {
*/
@Override
public boolean contains(final Marker other) {
// TODO Auto-generated method stub
return false;
}
@@ -119,7 +118,6 @@ public enum ColorMarker implements Marker {
*/
@Override
public boolean hasReferences() {
// TODO Auto-generated method stub
return false;
}