Author: bayard
Date: Sat Aug 20 07:55:22 2011
New Revision: 1159858

URL: http://svn.apache.org/viewvc?rev=1159858&view=rev
Log:
Fixing javadoc

Modified:
    
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/AsyncQueryRunner.java

Modified: 
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/AsyncQueryRunner.java
URL: 
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/AsyncQueryRunner.java?rev=1159858&r1=1159857&r2=1159858&view=diff
==============================================================================
--- 
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/AsyncQueryRunner.java
 (original)
+++ 
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/AsyncQueryRunner.java
 Sat Aug 20 07:55:22 2011
@@ -150,7 +150,7 @@ public class AsyncQueryRunner extends Ab
     }
     
     /**
-     * Creates a continuation for a batch call, and returns it in a 
<code>RunnableFuture</code>.
+     * Creates a continuation for a batch call, and returns it in a 
<code>Callable</code>.
      * @param conn The connection to use for the batch call.
      * @param closeConn True if the connection should be closed, false 
otherwise.
      * @param sql The SQL statement to execute.
@@ -243,7 +243,7 @@ public class AsyncQueryRunner extends Ab
     }
 
     /**
-     * Creates a continuation for a query call, and returns it in a 
<code>RunnableFuture</code>.
+     * Creates a continuation for a query call, and returns it in a 
<code>Callable</code>.
      * @param conn The connection to use for the query call.
      * @param closeConn True if the connection should be closed, false 
otherwise.
      * @param sql The SQL statement to execute.
@@ -389,7 +389,7 @@ public class AsyncQueryRunner extends Ab
     }
     
     /**
-     * Creates a continuation for an update call, and returns it in a 
<code>RunnableFuture</code>.
+     * Creates a continuation for an update call, and returns it in a 
<code>Callable</code>.
      * @param conn The connection to use for the update call.
      * @param closeConn True if the connection should be closed, false 
otherwise.
      * @param sql The SQL statement to execute.


Reply via email to