Skip to content

Commit

Permalink
Codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NSAmelchev committed Jan 17, 2025
1 parent eca30a3 commit 088d3aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ public CliIgniteClientInvoker(Command<A, ?> cmd, A arg, ClientConfiguration cfg)
return client;
}

/** {@inheritDoc} */
/** @return Message text to show user for. {@code null} means that confirmantion is not required. */
public String confirmationPrompt() {
return cmd.confirmationPrompt(arg);
}

/** {@inheritDoc} */
/** */
public <R> R invokeBeforeNodeStart(Consumer<String> printer) throws Exception {
return ((BeforeNodeStartCommand<A, R>)cmd).execute((TcpIgniteClient)igniteClient(), arg, printer);
}
Expand Down

0 comments on commit 088d3aa

Please sign in to comment.