SingingBush commented on code in PR #39:
URL: https://github.com/apache/xerces-j/pull/39#discussion_r2463863331
##########
src/org/apache/xml/serialize/SerializerFactory.java:
##########
@@ -34,7 +34,19 @@
*/
@Deprecated
public abstract class SerializerFactory {
-
+
+ /**
+ * This value should be used as a system property for registering
additional implementations of SerializerFactory.
+ * <p>
+ * Multiple factories can be registered by using a delimiter between
the values. Any of the following are supported:
+ * </p>
+ * <ul>
+ * <li><i>(a single space)</i></li>
Review Comment:
changed in next commit
--
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]