Component
zsvirt
Problem description
In ZSClient.fillNonQueryApiRequestBuilder two variable declarations end with a redundant extra semicolon (;;).
They are pure syntax noise and have no behavioral effect, but they should be cleaned up.
Steps to reproduce
- Open
sdk/src/main/java/org/zstack/sdk/ZSClient.java.
- Locate
fillNonQueryApiRequestBuilder.
- Observe the two statements ending in
;;.
Expected behavior
Each statement ends with a single semicolon.
Environment
No response
Logs or screenshots
No response
Component
zsvirt
Problem description
In
ZSClient.fillNonQueryApiRequestBuildertwo variable declarations end with a redundant extra semicolon (;;).They are pure syntax noise and have no behavioral effect, but they should be cleaned up.
Steps to reproduce
sdk/src/main/java/org/zstack/sdk/ZSClient.java.fillNonQueryApiRequestBuilder.;;.Expected behavior
Each statement ends with a single semicolon.
Environment
No response
Logs or screenshots
No response