From e06da17283cebd88f43d451811fb7b549b62cd13 Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Mon, 2 Oct 2006 15:14:56 +0000 Subject: [PATCH] Changed some javadoc documentation. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@936 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- xflaim/java/xflaim/Db.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xflaim/java/xflaim/Db.java b/xflaim/java/xflaim/Db.java index bacb612..6319089 100644 --- a/xflaim/java/xflaim/Db.java +++ b/xflaim/java/xflaim/Db.java @@ -222,8 +222,7 @@ public class Db } /** - * Returns the thread id of the thread that currently holds the database - * lock at the specified priority. + * Returns the thread id of the thread that currently holds the database lock. * @return Returns thread ID. * @throws XFlaimException */