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 d2505c91c Javadoc
d2505c91c is described below
commit d2505c91ca3d5d324a66b2756135c93ea300d6f7
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 5 13:40:02 2025 -0500
Javadoc
---
.../commons/vfs2/provider/hdfs/HdfsFileProviderTest.java | 6 ++++--
.../vfs2/provider/hdfs/HdfsFileProviderTestCase.java | 3 ++-
.../vfs2/provider/webdav4/test/JackrabbitMain.java | 15 +++++++++------
3 files changed, 15 insertions(+), 9 deletions(-)
diff --git
a/commons-vfs2-hdfs/src/test/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileProviderTest.java
b/commons-vfs2-hdfs/src/test/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileProviderTest.java
index 640bf16aa..ee77d2216 100644
---
a/commons-vfs2-hdfs/src/test/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileProviderTest.java
+++
b/commons-vfs2-hdfs/src/test/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileProviderTest.java
@@ -82,12 +82,14 @@ public class HdfsFileProviderTest {
/**
* Add {@code dfs.datanode.data.dir.perm} setting if OS needs it.
- * <P>
+ * <p>
* MiniDFSCluster will check the permissions on the data directories, but
does not do a good job of setting them
* properly. We need to get the users umask and set the appropriate Hadoop
property so that the data directories
* will be created with the correct permissions.
- * <P>
+ * </p>
+ * <p>
* Will do nothing on Windows.
+ * </p>
*/
public static void setUmask(final Configuration config) {
try {
diff --git
a/commons-vfs2-hdfs/src/test/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileProviderTestCase.java
b/commons-vfs2-hdfs/src/test/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileProviderTestCase.java
index bf0e8bb6e..653d5a118 100644
---
a/commons-vfs2-hdfs/src/test/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileProviderTestCase.java
+++
b/commons-vfs2-hdfs/src/test/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileProviderTestCase.java
@@ -48,8 +48,9 @@ import org.junit.jupiter.api.condition.OS;
/**
* This test class uses the Hadoop MiniDFSCluster class to create an embedded
Hadoop cluster.
- * <P>
+ * <p>
* This will only work on systems that Hadoop supports.
+ * </p>
*/
@DisabledForJreRange(min = JRE.JAVA_23)
@DisabledOnOs(OS.WINDOWS)
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 d81cf458f..3d5e3cdaf 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
@@ -79,9 +79,10 @@ public class JackrabbitMain {
/**
* Constructs Main application instance.
- * <P>
- * <EM>Note:</EM> Constructor is protected because other projects such as
Commons VFS can extend this for some reasons
+ * <p>
+ * <em>Note:</em> Constructor is protected because other projects such as
Commons VFS can extend this for some reasons
* (e.g, unit testing against Jackrabbit WebDAV).
+ * </p>
*/
protected JackrabbitMain(final String[] args) throws ParseException {
options.addOption("?", "help", false, "print this message");
@@ -216,9 +217,10 @@ public class JackrabbitMain {
/**
* Run this Main application.
- * <P>
- * <EM>Note:</EM> this is public because this can be used by other
projects in unit tests. e.g, Commons-VFS.
+ * <p>
+ * <em>Note:</em> this is public because this can be used by other
projects in unit tests. e.g, Commons-VFS.
* @throws Exception if any exception occurs
+ * </p>
*/
public void run() throws Exception {
String defaultFile = "jackrabbit-standalone.jar";
@@ -310,10 +312,11 @@ public class JackrabbitMain {
/**
* Shutdown this Main application.
- * <P>
- * <EM>Note:</EM> this is public because this can be used by other
projects in unit tests for graceful shutdown.
+ * <p>
+ * <em>Note:</em> this is public because this can be used by other
projects in unit tests for graceful shutdown.
* e.g, Commons-VFS. If this is not invoked properly, some unexpected
exceptions may occur on shutdown hook
* due to an unexpected, invalid state for
org.apache.lucene.index.IndexFileDeleter for instance.
+ * </p>
*/
public void shutdown() {
try {