Author: oheger
Date: Wed Nov 30 21:13:18 2011
New Revision: 1208784

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

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

Modified: 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationException.java
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationException.java?rev=1208784&r1=1208783&r2=1208784&view=diff
==============================================================================
--- 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationException.java
 (original)
+++ 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationException.java
 Wed Nov 30 21:13:18 2011
@@ -24,7 +24,7 @@ import org.apache.commons.lang.exception
  * object.
  *
  * @author Eric Pugh
- * @version $Revision$, $Date$
+ * @version $Id$
  */
 public class ConfigurationException extends NestableException
 {
@@ -34,7 +34,7 @@ public class ConfigurationException exte
     private static final long serialVersionUID = -1316746661346991484L;
 
     /**
-     * Constructs a new <code>ConfigurationException</code> without specified
+     * Constructs a new {@code ConfigurationException} without specified
      * detail message.
      */
     public ConfigurationException()
@@ -43,7 +43,7 @@ public class ConfigurationException exte
     }
 
     /**
-     * Constructs a new <code>ConfigurationException</code> with specified
+     * Constructs a new {@code ConfigurationException} with specified
      * detail message.
      *
      * @param message  the error message
@@ -54,8 +54,8 @@ public class ConfigurationException exte
     }
 
     /**
-     * Constructs a new <code>ConfigurationException</code> with specified
-     * nested <code>Throwable</code>.
+     * Constructs a new {@code ConfigurationException} with specified
+     * nested {@code Throwable}.
      *
      * @param cause  the exception or error that caused this exception to be 
thrown
      */
@@ -65,8 +65,8 @@ public class ConfigurationException exte
     }
 
     /**
-     * Constructs a new <code>ConfigurationException</code> with specified
-     * detail message and nested <code>Throwable</code>.
+     * Constructs a new {@code ConfigurationException} with specified
+     * detail message and nested {@code Throwable}.
      *
      * @param message  the error message
      * @param cause    the exception or error that caused this exception to be 
thrown


Reply via email to