Skip to content

Commit

Permalink
Node: hasMaintanceMode - fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMistkaefer committed Jan 14, 2024
1 parent 99cfaf3 commit 5109ab2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ public interface Node extends ISnowflake {
boolean isInMaintenanceMode();

/**
* @deprecated Use {@link #isInMaintenanceMode()} instead
* @return {@code true} if the node is in maintenance mode
*
* @deprecated For spelling mistake only. Use {@link #isInMaintenanceMode()} instead
*/
@Deprecated
default boolean hasMaintanceMode() {
Expand Down

0 comments on commit 5109ab2

Please sign in to comment.