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 2011/11/30 22:11:03 UTC

svn commit: r1208781 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationBuilder.java

Author: oheger
Date: Wed Nov 30 21:11:02 2011
New Revision: 1208781

URL: http://svn.apache.org/viewvc?rev=1208781&view=rev
Log:
Java 1.5 compatibility: Javadocs.

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

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationBuilder.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationBuilder.java?rev=1208781&r1=1208780&r2=1208781&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationBuilder.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationBuilder.java Wed Nov 30 21:11:02 2011
@@ -23,7 +23,7 @@ package org.apache.commons.configuration
  * </p>
  * <p>
  * This interface defines an abstract way of creating a
- * <code>Configuration</code> object. It does not assume any specific way of
+ * {@code Configuration} object. It does not assume any specific way of
  * how this is done; this is completely in the responsibility of an
  * implementation class. There is just a single method that returns the
  * configuration constructed by this builder.
@@ -37,7 +37,7 @@ public interface ConfigurationBuilder
     /**
      * Returns the configuration provided by this builder. An implementation has
      * to perform all necessary steps for creating and initializing a
-     * <code>Configuration</code> object.
+     * {@code Configuration} object.
      *
      * @return the configuration
      * @throws ConfigurationException if an error occurs