Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
Co-authored-by: starocean999 <[email protected]>
  • Loading branch information
Vallishp committed Nov 14, 2024
1 parent f33098d commit 1763861
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@ public RecoverDatabaseCommand(String dbName, long dbId, String newDbName) {
this.newDbName = newDbName;
}

public String getDbName() {
return dbName;
}

public long getDbId() {
return dbId;
}

public String getNewDbName() {
return newDbName;
}

@Override
public void doRun(ConnectContext ctx, StmtExecutor executor) throws UserException {
if (Strings.isNullOrEmpty(dbName)) {
Expand Down

0 comments on commit 1763861

Please sign in to comment.