You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2015/02/09 14:22:06 UTC

svn commit: r1658395 - /commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/managed/TransactionRegistry.java

Author: psteitz
Date: Mon Feb  9 13:22:05 2015
New Revision: 1658395

URL: http://svn.apache.org/r1658395
Log:
Fixed javadoc typo.

Modified:
    commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/managed/TransactionRegistry.java

Modified: commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/managed/TransactionRegistry.java
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/managed/TransactionRegistry.java?rev=1658395&r1=1658394&r2=1658395&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/managed/TransactionRegistry.java (original)
+++ commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/managed/TransactionRegistry.java Mon Feb  9 13:22:05 2015
@@ -93,7 +93,7 @@ public class TransactionRegistry {
 
     /**
      * Gets the active TransactionContext or null if not Transaction is active.
-     * @return the active TransactionContext or null if not Transaction is active
+     * @return the active TransactionContext or null if no Transaction is active
      * @throws SQLException if an error occurs while fetching the transaction
      */
     public TransactionContext getActiveTransactionContext() throws SQLException {