ctubbsii commented on code in PR #3683:
URL: https://github.com/apache/accumulo/pull/3683#discussion_r1291611501


##########
core/src/main/java/org/apache/accumulo/core/spi/common/ContextClassLoaderFactory.java:
##########
@@ -61,7 +61,9 @@ default void init(ContextClassLoaderEnvironment env) {}
    * not supported or fails to be constructed.
    *
    * @param contextName the name of the context that represents a class loader 
that is managed by
-   *        this factory (can be null)
+   *        this factory. Currently, Accumulo will only call this method for 
non-null and non-empty
+   *        context. For empty or null context, Accumulo will use the system 
classloader w/o

Review Comment:
   ```suggestion
      *        context. For empty or null context, Accumulo will use the system 
classloader without
   ```



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

Reply via email to