Commit 50b4b430 authored by Roland Kluge's avatar Roland Kluge
Browse files

Remove deprecated, unused constructor

parent 440261d1
......@@ -63,15 +63,6 @@ public class Node implements INode {
this(INodeID.get(id));
}
/**
* @deprecated Only during the reconciliation
* @param str
*/
// TODO MS
public Node(String str) {
this(INodeID.get(str.hashCode())); // TODO@rkluge FIXME
}
@Override
public INodeID getId() {
return id;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment