Author: oheger
Date: Mon Jun 26 20:21:05 2017
New Revision: 1799979

URL: http://svn.apache.org/viewvc?rev=1799979&view=rev
Log:
Fixed a Javadoc error reported by Java 1.8.

Modified:
    
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/AbstractYAMLBasedConfiguration.java

Modified: 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/AbstractYAMLBasedConfiguration.java
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/AbstractYAMLBasedConfiguration.java?rev=1799979&r1=1799978&r2=1799979&view=diff
==============================================================================
--- 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/AbstractYAMLBasedConfiguration.java
 (original)
+++ 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/AbstractYAMLBasedConfiguration.java
 Mon Jun 26 20:21:05 2017
@@ -75,7 +75,7 @@ public class AbstractYAMLBasedConfigurat
     }
 
     /**
-     * Constructs a YAML map, i.e. String -> Object from a given configuration
+     * Constructs a YAML map, i.e. String -> Object from a given 
configuration
      * node.
      *
      * @param node The configuration node to create a map from.
@@ -104,7 +104,7 @@ public class AbstractYAMLBasedConfigurat
      *
      * @param parent The configuration node that is the root of the current
      *        configuration section.
-     * @param map The map with the yaml configurations nodes, i.e. String ->
+     * @param map The map with the yaml configurations nodes, i.e. String ->
      *        Object.
      */
     private ImmutableNode constructHierarchy(ImmutableNode.Builder parent,


Reply via email to