Răsfoiți Sursa

Remove note about future ES version for content-type on master

Chris Earle 8 ani în urmă
părinte
comite
d2428b1e0d
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      docs/java-rest/usage.asciidoc

+ 1 - 2
docs/java-rest/usage.asciidoc

@@ -243,8 +243,7 @@ Response indexResponse = restClient.performRequest(
 
 IMPORTANT: The `ContentType` that you specify for the `HttpEntity` is important
 because it will be used to set the `Content-Type` header so that Elasticsearch
-can properly parse the content. Future releases of Elasticsearch will require this
-to be set properly.
+can properly parse the content.
 
 Note that the low-level client doesn't expose any helper for json marshalling
 and un-marshalling. Users are free to use the library that they prefer for that