SingingBush commented on code in PR #28:
URL: https://github.com/apache/xerces-j/pull/28#discussion_r2232838642


##########
src/org/apache/xml/serialize/Printer.java:
##########
@@ -148,6 +150,9 @@ public void enterDTD()
      * Called by the root element to leave DTD mode and if any
      * DTD parts were printer, will return a string with their
      * textual content.
+     *
+     * @return The {@link StringWriter#toString()} value or <code>null</code>

Review Comment:
   I suspect this was a bad auto complete while typing as I meant Writer. I'll 
change it to something more meaningful



-- 
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]

Reply via email to