Issue #418 and/or detection fix

This commit is contained in:
Jindra Petřík
2015-10-22 09:49:11 +02:00
parent f3ae3e6830
commit 09ae6c62a0
7 changed files with 31 additions and 2 deletions

View File

@@ -250,6 +250,10 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
return this;
}
public GraphTargetItem getNotCoercedNoDup() {
return getNotCoerced();
}
public GraphTargetItem getThroughRegister() {
return this;
}