mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:22:39 +08:00
[Java] Fix duplicated isInitialized methods (#10601)
This commit is contained in:
@@ -203,10 +203,6 @@ public final class Ray extends RayCall {
|
||||
return internal().wrapCallable(callable);
|
||||
}
|
||||
|
||||
public static boolean isInitialized() {
|
||||
return runtime != null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the underlying runtime instance.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user