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 kr...@apache.org on 2008/02/05 12:54:44 UTC

svn commit: r618614 - /db/derby/code/trunk/java/engine/org/apache/derby/diag/LockTable.java

Author: kristwaa
Date: Tue Feb  5 03:54:43 2008
New Revision: 618614

URL: http://svn.apache.org/viewvc?rev=618614&view=rev
Log:
DERBY-2592: Wrong description of IndexName field in public JavaDoc for LockTable.
Patch file: DERBY-2592_v2.diff

Patch contributed by Jazarine Jamal.

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/diag/LockTable.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/diag/LockTable.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/diag/LockTable.java?rev=618614&r1=618613&r2=618614&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/diag/LockTable.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/diag/LockTable.java Tue Feb  5 03:54:43 2008
@@ -78,7 +78,7 @@
 	<LI>TABLETYPE varchar(9) - not nullable.  'T' for user table, 'S' for system table </LI>
 	<LI>LOCKCOUNT varchar(5) - not nullable.  Internal lock count.</LI>
 	<LI>INDEXNAME varchar(128) - normally null.  If non-null, a lock is held on 
-	the index, this can only happen if this is not a user transaction.</LI>
+	the index.</LI>
 	</UL>
 
  */