You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2015/05/16 19:40:05 UTC

svn commit: r1679769 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/BasicBuilderParameters.java

Author: oheger
Date: Sat May 16 17:40:04 2015
New Revision: 1679769

URL: http://svn.apache.org/r1679769
Log:
Javadoc error: Malformed HTML.

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

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/BasicBuilderParameters.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/BasicBuilderParameters.java?rev=1679769&r1=1679768&r2=1679769&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/BasicBuilderParameters.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/BasicBuilderParameters.java Sat May 16 17:40:04 2015
@@ -343,7 +343,7 @@ public class BasicBuilderParameters impl
      *
      * @param params the map with parameters (must not be <b>null</b>)
      * @return the {@code BeanHelper} stored in this map or <b>null</b>
-     * @throws IllegalArgumentException if the map is <b>null</b<
+     * @throws IllegalArgumentException if the map is <b>null</b>
      */
     public static BeanHelper fetchBeanHelper(Map<String, Object> params)
     {