Abstract toString into AbstractNode, deprecate the implementation
Log that the default implementation will be removed
This commit is contained in:
@ -11,6 +11,7 @@ public class DummyNode extends AbstractNode {
|
||||
super(id);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
@Override
|
||||
public String toString() {
|
||||
return "dummyNode";
|
||||
|
Reference in New Issue
Block a user