Skip to content

Commit

Permalink
Precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbauman committed Nov 15, 2024
1 parent 09c73a2 commit b67cb8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public static void consumeDeprecatedMasterTimeoutParameter(ToXContent.Params par
.critical(
DeprecationCategory.API,
"TransportLocalClusterStateAction-master-timeout-parameter",
"the [?master_timeout] query parameter to this API has no effect, is now deprecated, " +
"and will be removed in a future version"
"the [?master_timeout] query parameter to this API has no effect, is now deprecated, "
+ "and will be removed in a future version"
);
}
}
Expand Down

0 comments on commit b67cb8f

Please sign in to comment.