Commit 73d429c9 authored by Julian Zobel's avatar Julian Zobel
Browse files

FINALLY removed the deprecated getHostID call from hosts.

parent a4dea5ee
......@@ -114,12 +114,4 @@ public interface Host {
* @return
*/
public INodeID getId();
/**
* @deprecated should not be used anymore (use getId().value() instead!)
* @return
*/
@Deprecated
public long getHostId();
}
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