Skip to content

DLedgerRpcNettyService The code is not formatted correctly #167

@mxsm

Description

@mxsm

As shown below:
image
dLedgerServer variable's get and set method format is not correct. should be:

    public DLedgerServer getDLedgerServer() {
        return dLedgerServer;
    }

    public void setDLedgerServer(DLedgerServer dLedgerServer) {
        this.dLedgerServer = dLedgerServer;
    }

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