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 2022/05/21 15:44:28 UTC

[commons-configuration] 01/04: Add missing Javadoc tag.

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 bb3ac7447d0e9a86adc3c953c5086eb3ac3411c6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat May 21 11:28:27 2022 -0400

    Add missing Javadoc tag.
---
 src/main/java/org/apache/commons/configuration2/io/FileHandler.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/configuration2/io/FileHandler.java b/src/main/java/org/apache/commons/configuration2/io/FileHandler.java
index 508866ee..387b3c50 100644
--- a/src/main/java/org/apache/commons/configuration2/io/FileHandler.java
+++ b/src/main/java/org/apache/commons/configuration2/io/FileHandler.java
@@ -321,6 +321,7 @@ public class FileHandler {
      * object, an exception is thrown. This is a typical operation to be performed before a load() or save() operation.
      *
      * @return the current {@code FileLocator} to be used for the calling operation
+     * @throws ConfigurationException if not content object is defined
      */
     private FileLocator checkContentAndGetLocator() throws ConfigurationException {
         checkContent();