SingingBush commented on code in PR #28:
URL: https://github.com/apache/xerces-j/pull/28#discussion_r2237748424
##########
src/org/apache/html/dom/ObjectFactory.java:
##########
@@ -379,7 +379,7 @@ static Class findProviderClass(String className,
ClassLoader cl,
// in both JDK 1.1 and Java 2. However, this should still
// work b/c the following should be true:
//
- // (cl == null) iff current ClassLoader == null
+ // (cl == null) if current ClassLoader == null
Review Comment:
I'll undo those.
--
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]