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/10 22:11:29 UTC

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

Author: oheger
Date: Sun May 10 20:11:29 2015
New Revision: 1678609

URL: http://svn.apache.org/r1678609
Log:
Checkstyle: Unused import.

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=1678609&r1=1678608&r2=1678609&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 Sun May 10 20:11:29 2015
@@ -21,7 +21,6 @@ import java.util.Collection;
 import java.util.HashMap;
 import java.util.Map;
 
-import org.apache.commons.configuration2.AbstractConfiguration;
 import org.apache.commons.configuration2.ConfigurationDecoder;
 import org.apache.commons.configuration2.beanutils.BeanHelper;
 import org.apache.commons.configuration2.convert.ConversionHandler;
@@ -158,13 +157,13 @@ public class BasicBuilderParameters impl
     /**
      * Sets the value of the <em>listDelimiterHandler</em> property. This
      * property defines the object responsible for dealing with list delimiter
-     * and escaping characters. Note: {@link AbstractConfiguration} does not
-     * allow setting this property to <b>null</b>. If the default
+     * and escaping characters. Note:
+     * {@link org.apache.commons.configuration2.AbstractConfiguration AbstractConfiguration}
+     * does not allow setting this property to <b>null</b>. If the default
      * {@code ListDelimiterHandler} is to be used, do not call this method.
      *
      * @param handler the {@code ListDelimiterHandler}
      * @return a reference to this object for method chaining
-     * @see AbstractConfiguration#setListDelimiterHandler(ListDelimiterHandler)
      */
     @Override
     public BasicBuilderParameters setListDelimiterHandler(