Author: oheger
Date: Thu Dec 22 20:59:44 2011
New Revision: 1222447

URL: http://svn.apache.org/viewvc?rev=1222447&view=rev
Log:
Javadoc

Modified:
    
commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/DatabaseConfigurationTestHelper.java

Modified: 
commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/DatabaseConfigurationTestHelper.java
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/DatabaseConfigurationTestHelper.java?rev=1222447&r1=1222446&r2=1222447&view=diff
==============================================================================
--- 
commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/DatabaseConfigurationTestHelper.java
 (original)
+++ 
commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/DatabaseConfigurationTestHelper.java
 Thu Dec 22 20:59:44 2011
@@ -106,7 +106,7 @@ public class DatabaseConfigurationTestHe
 
     /**
      * Initializes this helper object. This method can be called from a
-     * <code>setUp()</code> method of a unit test class. It creates the 
database
+     * {@code setUp()} method of a unit test class. It creates the database
      * instance if necessary.
      *
      * @throws Exception if an error occurs
@@ -119,7 +119,7 @@ public class DatabaseConfigurationTestHe
 
     /**
      * Frees the resources used by this helper class. This method can be called
-     * by a <code>tearDown()</code> method of a unit test class.
+     * by a {@code tearDown()} method of a unit test class.
      *
      * @throws Exception if an error occurs
      */
@@ -168,10 +168,10 @@ public class DatabaseConfigurationTestHe
     }
 
     /**
-     * Returns the <code>DataSource</code> managed by this class. The data
+     * Returns the {@code DataSource} managed by this class. The data
      * source is created on first access.
      *
-     * @return the <code>DataSource</code>
+     * @return the {@code DataSource}
      */
     public DataSource getDatasource()
     {


Reply via email to