You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/25 21:35:22 UTC

[commons-configuration] 05/12: Javadoc

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-configuration.git

commit f37da720b0e0d9f6c67d152e2da04ed5cddecb83
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 25 16:51:36 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/configuration2/io/FileLocator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/configuration2/io/FileLocator.java b/src/main/java/org/apache/commons/configuration2/io/FileLocator.java
index c1eedcb0..e5868aaf 100644
--- a/src/main/java/org/apache/commons/configuration2/io/FileLocator.java
+++ b/src/main/java/org/apache/commons/configuration2/io/FileLocator.java
@@ -99,7 +99,7 @@ public final class FileLocator {
         /**
          * Creates a new immutable {@code FileLocatorImpl} object based on the properties set so far for this builder.
          *
-         * @return the newly created {@code FileLocator} object
+         * @return the newly created {@code FileLocator} object, never null.
          */
         public FileLocator create() {
             return new FileLocator(this);