Skip to content

[ZSvirt] bug: sdk: remove redundant double semicolons #27

Description

@chayu163

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

  1. Open sdk/src/main/java/org/zstack/sdk/ZSClient.java.
  2. Locate fillNonQueryApiRequestBuilder.
  3. Observe the two statements ending in ;;.

Expected behavior

Each statement ends with a single semicolon.

Environment

No response

Logs or screenshots

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions