We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce68119 commit e4b6cb4Copy full SHA for e4b6cb4
client/rest-high-level/src/main/java/org/elasticsearch/client/RequestConverters.java
@@ -910,7 +910,7 @@ Params withWaitForActiveShards(ActiveShardCount activeShardCount) {
910
}
911
912
/**
913
- * @deprecated <code>copy_settings</code> can not be set to false. If unset, behaves as <code>false</code> and wont copy settings.
+ * @deprecated <code>copy_settings</code> can not be set to false. If unset, behaves as <code>false</code> and won't copy settings.
914
*/
915
@Deprecated
916
Params withCopySettings(Boolean setCopySettings) {
0 commit comments