[Java] lint java code (#10494)

This commit is contained in:
chaokunyang
2020-09-03 10:39:14 +08:00
committed by GitHub
parent b9633a2b67
commit ea95e6f7cc
5 changed files with 7 additions and 9 deletions
+1 -2
View File
@@ -506,8 +506,7 @@ def start(node_ip_address, redis_address, address, redis_port, port,
dashboard_port=dashboard_port,
java_worker_options=java_worker_options,
load_code_from_local=load_code_from_local,
_system_config=json.loads(system_config)
if system_config else system_config,
_system_config=system_config,
lru_evict=lru_evict,
enable_object_reconstruction=enable_object_reconstruction,
metrics_export_port=metrics_export_port)