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 acd88854 Javadoc acd88854 is described below commit acd88854e6b56328b90d523b6c364d69025abc6a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 18 12:15:49 2024 -0400 Javadoc --- .../src/main/java/org/apache/commons/vfs2/util/CryptorFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/CryptorFactory.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/CryptorFactory.java index 7c8774fb..c267aeaf 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/CryptorFactory.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/CryptorFactory.java @@ -17,7 +17,7 @@ package org.apache.commons.vfs2.util; /** - * Factory to create an instance of a Cryptor. + * Creates an instance of {@link Cryptor}. * * @since 2.0 */