Author: oheger
Date: Wed Nov 30 21:34:11 2011
New Revision: 1208806
URL: http://svn.apache.org/viewvc?rev=1208806&view=rev
Log:
Java 1.5 compatibility: Javadocs.
Modified:
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConversionException.java
Modified:
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConversionException.java
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConversionException.java?rev=1208806&r1=1208805&r2=1208806&view=diff
==============================================================================
---
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConversionException.java
(original)
+++
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConversionException.java
Wed Nov 30 21:34:11 2011
@@ -23,7 +23,7 @@ package org.apache.commons.configuration
* @since 1.0
*
* @author Emmanuel Bourg
- * @version $Revision$, $Date$
+ * @version $Id$
*/
public class ConversionException extends ConfigurationRuntimeException
{
@@ -33,7 +33,7 @@ public class ConversionException extends
private static final long serialVersionUID = -5167943099293540392L;
/**
- * Constructs a new <code>ConversionException</code> without specified
+ * Constructs a new {@code ConversionException} without specified
* detail message.
*/
public ConversionException()
@@ -42,7 +42,7 @@ public class ConversionException extends
}
/**
- * Constructs a new <code>ConversionException</code> with specified
+ * Constructs a new {@code ConversionException} with specified
* detail message.
*
* @param message the error message
@@ -53,8 +53,8 @@ public class ConversionException extends
}
/**
- * Constructs a new <code>ConversionException</code> with specified
- * nested <code>Throwable</code>.
+ * Constructs a new {@code ConversionException} with specified
+ * nested {@code Throwable}.
*
* @param cause the exception or error that caused this exception to be
thrown
*/
@@ -64,8 +64,8 @@ public class ConversionException extends
}
/**
- * Constructs a new <code>ConversionException</code> with specified
- * detail message and nested <code>Throwable</code>.
+ * Constructs a new {@code ConversionException} 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