We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a813492 commit 687577aCopy full SHA for 687577a
server/src/main/java/org/elasticsearch/common/Strings.java
@@ -757,7 +757,7 @@ public static String toString(ToXContent toXContent) {
757
758
/**
759
* Returns a string representation of the builder (only applicable for text based xcontent).
760
- * @param xContentBuilder
+ * @param xContentBuilder builder containing an object to converted to a string
761
*/
762
public static String toString(XContentBuilder xContentBuilder) {
763
return BytesReference.bytes(xContentBuilder).utf8ToString();
0 commit comments