mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 05:09:48 +08:00
fix field access modifier (#2150)
This commit is contained in:
parent
e27ba3fd97
commit
e3065dbfcc
@ -121,7 +121,7 @@ public class ZooKeeperState {
|
||||
private class SendThread extends Thread {
|
||||
private String cmd;
|
||||
|
||||
public String ret = "";
|
||||
private String ret = "";
|
||||
|
||||
public SendThread(String cmd) {
|
||||
this.cmd = cmd;
|
||||
|
Loading…
Reference in New Issue
Block a user