Author: cbegin
Date: Fri Jun 15 21:02:22 2007
New Revision: 547857

URL: http://svn.apache.org/viewvc?view=rev&rev=547857
Log:
removed useless classes and comments

Removed:
    ibatis/trunk/java/mapper/mapper2/src/com/ibatis/common/util/Stopwatch.java
    ibatis/trunk/java/mapper/mapper2/src/com/ibatis/common/util/Throttle.java
    
ibatis/trunk/java/mapper/mapper2/src/com/ibatis/common/util/ThrottledPool.java
Modified:
    
ibatis/trunk/java/mapper/mapper2/src/com/ibatis/common/jdbc/exception/RuntimeSQLException.java

Modified: 
ibatis/trunk/java/mapper/mapper2/src/com/ibatis/common/jdbc/exception/RuntimeSQLException.java
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/src/com/ibatis/common/jdbc/exception/RuntimeSQLException.java?view=diff&rev=547857&r1=547856&r2=547857
==============================================================================
--- 
ibatis/trunk/java/mapper/mapper2/src/com/ibatis/common/jdbc/exception/RuntimeSQLException.java
 (original)
+++ 
ibatis/trunk/java/mapper/mapper2/src/com/ibatis/common/jdbc/exception/RuntimeSQLException.java
 Fri Jun 15 21:02:22 2007
@@ -32,7 +32,6 @@
 
   /**
    * Constructor to pass along a message
-   * @see com.ibatis.common.exception.RuntimeException
    * @param msg - the message
    */
   public RuntimeSQLException(String msg) {
@@ -41,7 +40,6 @@
 
   /**
    * Constructor to pass along another exception
-   * @see com.ibatis.common.exception.RuntimeException
    * @param sqlException - the exception
    */
   public RuntimeSQLException(SQLException sqlException) {
@@ -50,7 +48,6 @@
 
   /**
    * Constructor to pass along a message and an exception
-   * @see com.ibatis.common.exception.RuntimeException
    * @param msg - the message
    * @param sqlException - the exception
    */


Reply via email to