fix java build failure (#6062)

This commit is contained in:
Zhijun Fu
2019-12-06 14:38:43 +08:00
committed by Hao Chen
parent 1c638a11a7
commit b88b8202cc
33 changed files with 251 additions and 378 deletions
@@ -14,10 +14,4 @@ public interface RayActor<T> {
* @return The id of this actor.
*/
ActorId getId();
/**
* @return The id of this actor handle.
*/
UniqueId getHandleId();
}