You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ka...@apache.org on 2009/12/09 11:07:47 UTC

svn commit: r888754 - /db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLChar.java

Author: kahatlen
Date: Wed Dec  9 10:07:47 2009
New Revision: 888754

URL: http://svn.apache.org/viewvc?rev=888754&view=rev
Log:
DERBY-4465: Typo in error message from SQLChar

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLChar.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLChar.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLChar.java?rev=888754&r1=888753&r2=888754&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLChar.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLChar.java Wed Dec  9 10:07:47 2009
@@ -709,7 +709,7 @@
                     throw StandardException.newException(
                             SQLState.LANG_STREAMING_COLUMN_I_O_EXCEPTION, 
                             ioe, 
-                            "java.sql.String");
+                            String.class.getName());
                 }
             }
         }