SingingBush commented on code in PR #39:
URL: https://github.com/apache/xerces-j/pull/39#discussion_r2466813080
##########
src/org/apache/xml/serialize/OutputFormat.java:
##########
@@ -486,14 +488,18 @@ public EncodingInfo getEncodingInfo() throws
UnsupportedEncodingException {
}
/**
- * Sets whether java encoding names are permitted
+ * Sets whether java encoding names are permitted.
+ *
+ * @param allow set to true to permit java encoding names
Review Comment:
fixing now
##########
src/org/apache/xml/serialize/OutputFormat.java:
##########
@@ -486,14 +488,18 @@ public EncodingInfo getEncodingInfo() throws
UnsupportedEncodingException {
}
/**
- * Sets whether java encoding names are permitted
+ * Sets whether java encoding names are permitted.
Review Comment:
fixing now
##########
src/org/apache/xml/serialize/OutputFormat.java:
##########
@@ -486,14 +488,18 @@ public EncodingInfo getEncodingInfo() throws
UnsupportedEncodingException {
}
/**
- * Sets whether java encoding names are permitted
+ * Sets whether java encoding names are permitted.
+ *
+ * @param allow set to true to permit java encoding names
*/
public void setAllowJavaNames (boolean allow) {
_allowJavaNames = allow;
}
/**
- * Returns whether java encoding names are permitted
+ * Returns whether java encoding names are permitted.
Review Comment:
fixing now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]