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 2020/06/17 15:07:27 UTC

[commons-configuration] branch master updated: Remove trailing whitespace.

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


The following commit(s) were added to refs/heads/master by this push:
     new 4c59baf  Remove trailing whitespace.
4c59baf is described below

commit 4c59baf1ca3a5e585662509d0ff39aee041982fe
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jun 17 11:07:18 2020 -0400

    Remove trailing whitespace.
---
 .../java/org/apache/commons/configuration2/ImmutableConfiguration.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/configuration2/ImmutableConfiguration.java b/src/main/java/org/apache/commons/configuration2/ImmutableConfiguration.java
index 48607e3..a8bd411 100644
--- a/src/main/java/org/apache/commons/configuration2/ImmutableConfiguration.java
+++ b/src/main/java/org/apache/commons/configuration2/ImmutableConfiguration.java
@@ -384,7 +384,7 @@ public interface ImmutableConfiguration
     /**
      * Gets the enum associated with the given configuration key. If the key doesn't map to an existing object, the
      * default value is returned.
-     * 
+     *
      * @param <T> The enum type whose constant is to be returned.
      * @param key The configuration key.
      * @param enumType the {@code Class} object of the enum type from which to return a constant