Closes gh-10054
This commit is contained in:
Johnny Lim
2017-08-22 18:28:14 +09:00
committed by Stephane Nicoll
parent ac4219b1d8
commit 14c9f91aab
7 changed files with 17 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ import org.apache.commons.logging.LogFactory;
/**
* Extension of Tomcat's {@link WebappClassLoader} that does not consider the
* {@link ClassLoader#getSystemClassLoader() system classloader}. This is required to to
* {@link ClassLoader#getSystemClassLoader() system classloader}. This is required to
* ensure that any custom context classloader is always used (as is the case with some
* executable archives).
*