mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 22:34:24 +08:00
fix java build failure (#6062)
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user