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 rh...@apache.org on 2014/04/25 15:08:54 UTC

svn commit: r1590016 - /db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml

Author: rhillegas
Date: Fri Apr 25 13:08:54 2014
New Revision: 1590016

URL: http://svn.apache.org/r1590016
Log:
DERBY-6555: Fix typo in too-much-contention message; commit derby-6555-01-aa-errorMessageTypo.diff.

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml

Modified: db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml?rev=1590016&r1=1590015&r2=1590016&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml Fri Apr 25 13:08:54 2014
@@ -3762,7 +3762,7 @@ Guide.
 
             <msg>
                 <name>X0Y84.T</name>
-                <text>Too much contention on sequence {0}. This is probably caused by an uncommitted scan of the SYS.SYSSEQUENCES catalog. Do not query this catalog directly. Instead, use the SYSCS_UTIL.SYSCS_PEEK_AT_SEQUENCE function to view the current value of a query generator.</text>
+                <text>Too much contention on sequence {0}. This is probably caused by an uncommitted scan of the SYS.SYSSEQUENCES catalog. Do not query this catalog directly. Instead, use the SYSCS_UTIL.SYSCS_PEEK_AT_SEQUENCE function to view the current value of a sequence generator.</text>
                 <arg>sequenceName</arg>
             </msg>