basil commented on pull request #152:
URL: https://github.com/apache/ant/pull/152#issuecomment-886236175
Closing this PR, as I don't think it makes sense anymore. The
`getRootLoader()` method is only invoked when this class is running in
"isolated" mode, which is documented as follows:
```java
/**
* Whether or not this classloader will ignore the base
* classloader if it can't find a class.
*
* @see #setIsolated(boolean)
*/
private boolean ignoreBase = false;
```
--
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]