We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04fada commit d2815ebCopy full SHA for d2815eb
commons-vfs2-jackrabbit1/src/test/java/org/apache/commons/vfs2/provider/webdav/test/JackrabbitMain.java
@@ -99,7 +99,7 @@ private void copyToOutput(final String resource) throws IOException {
99
}
100
101
102
- /** Try to load a resource with various classloaders. */
+ /** Try to load a resource with various class loaders. */
103
private URL getResource(final String name) {
104
URL res = Thread.currentThread().getContextClassLoader().getResource(name);
105
if (res == null) {
0 commit comments