Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

the AgentClient.java code bug #415

Open
yangruilin1988 opened this issue Apr 10, 2020 · 0 comments
Open

the AgentClient.java code bug #415

yangruilin1988 opened this issue Apr 10, 2020 · 0 comments

Comments

@yangruilin1988
Copy link

the AgentClient.java line 702
@put("agent/force-leave/{node}")
Call forceLeave(@path("string") String node);
should be
@put("agent/force-leave/{node}")
Call forceLeave(@path("node") String node);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant