mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:22:39 +08:00
[Java] fix Checkstyle violation (#10524)
This commit is contained in:
@@ -85,10 +85,10 @@ public final class RayNativeRuntime extends AbstractRayRuntime {
|
||||
|
||||
public RayNativeRuntime(RayConfig rayConfig) {
|
||||
super(rayConfig);
|
||||
loadConfigFromGCS(rayConfig);
|
||||
loadConfigFromGcs(rayConfig);
|
||||
}
|
||||
|
||||
private static void loadConfigFromGCS(RayConfig rayConfig) {
|
||||
private static void loadConfigFromGcs(RayConfig rayConfig) {
|
||||
if (rayConfig.getRedisAddress() != null) {
|
||||
GcsClient tempGcsClient =
|
||||
new GcsClient(rayConfig.getRedisAddress(), rayConfig.redisPassword);
|
||||
|
||||
Reference in New Issue
Block a user