Java doc: "Ray Core Walkthrough" page (#8595)

This commit is contained in:
Hao Chen
2020-07-30 11:13:38 +08:00
committed by GitHub
parent 5aba53e9b2
commit 260bc52254
6 changed files with 512 additions and 164 deletions
@@ -53,4 +53,8 @@ public final class ObjectRefImpl<T> implements ObjectRef<T>, Serializable {
return type;
}
@Override
public String toString() {
return "ObjectRef(" + id.toString() + ")";
}
}