This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 64e1b046 Javadoc 64e1b046 is described below commit 64e1b0468e414e0f7320511dbbe419242802d0ee Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Oct 19 07:56:18 2023 -0400 Javadoc --- .../org/apache/commons/vfs2/provider/webdav4/test/JackrabbitMain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/JackrabbitMain.java b/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/JackrabbitMain.java index 93e3ee64..dc4a0cfa 100644 --- a/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/JackrabbitMain.java +++ b/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/JackrabbitMain.java @@ -52,7 +52,7 @@ import org.eclipse.jetty.servlet.ServletHolder; import org.eclipse.jetty.webapp.WebAppContext; /** - * For testing purpose, copied from org.apache.jackrabbit.standalone.Main with renaming the classname, + * For testing purpose, copied from org.apache.jackrabbit.standalone.Main with renaming the class name, * except of the part calling <CODE>Main.class.getProtectionDomain().getCodeSource().getLocation()</CODE>, * which reads some files from the jackrabbit-standalone-component.jar file directly. */