mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 12:48:46 +08:00
fix field access modifier (#2150)
This commit is contained in:
parent
6b6584ac8e
commit
89c0a796f9
@ -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