Github user jwagenleitner commented on a diff in the pull request:
https://github.com/apache/groovy/pull/429#discussion_r80391169
--- Diff:
subprojects/groovy-json/src/main/java/groovy/json/StreamingJsonBuilder.java ---
@@ -651,6 +655,18 @@ public void call(String name, JsonOutput.JsonUnescaped
json) throws IOException
writer.write(json.toString());
}
+ /**
+ * Writes the given Writable as the value of the given attribute
name
+ *
+ * @param name The attribute name The attribute name
+ * @param json The value The writable
--- End diff --
descriptions for the params seems to be repeated twice.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---