mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 16:48:51 +08:00
Java doc: "Ray Core Walkthrough" page (#8595)
This commit is contained in:
@@ -53,4 +53,8 @@ public final class ObjectRefImpl<T> implements ObjectRef<T>, Serializable {
|
||||
return type;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ObjectRef(" + id.toString() + ")";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user