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
commit f3e4835bb2c256992b5d95388e8a1bdcfcc6e22b Author: Gary Gregory <[email protected]> AuthorDate: Thu Feb 11 14:06:00 2021 -0500 Javadoc. --- .../main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java index 143ae55..9b9ea7c 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java @@ -256,7 +256,6 @@ public abstract class FileSystemConfigBuilder { * @param name the option name * @return the option in {@code opts} or system properties, otherwise null * @see #getLong(FileSystemOptions, String, Long) - * @throws NumberFormatException if option value is not a valid long. * * @since 2.8.0 */ @@ -265,13 +264,12 @@ public abstract class FileSystemConfigBuilder { } /** - * Gets a named option as a Long. + * Gets a named option as a Duration. * * @param fileSystemOptions file system options to query, may be null. * @param name the option name * @param defaultValue value to return if option is not present * @return the option in {@code opts} or system properties, otherwise {@code defaultValue} - * @throws NumberFormatException if option value is not a valid long. * * @since 2.8.0 */
