From 029e941b12165e8fb04eae440812d5ea5ba1608d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 18 Jan 2013 02:21:40 +0100 Subject: RecursiveLock.getHoldCount(): Fix API doc formatting --- src/java/com/jogamp/common/util/locks/RecursiveLock.java | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/java/com/jogamp/common') diff --git a/src/java/com/jogamp/common/util/locks/RecursiveLock.java b/src/java/com/jogamp/common/util/locks/RecursiveLock.java index 9eb9c8c..3e0a873 100644 --- a/src/java/com/jogamp/common/util/locks/RecursiveLock.java +++ b/src/java/com/jogamp/common/util/locks/RecursiveLock.java @@ -32,10 +32,13 @@ package com.jogamp.common.util.locks; * Reentrance capable locking toolkit. */ public interface RecursiveLock extends ThreadLock { - /** Return the number of locks issued to this lock by the same thread. - * A hold count of 0 identifies this lock as unlocked.
- * A hold count of 1 identifies this lock as locked.
- * A hold count of > 1 identifies this lock as recursively lock.
+ /** + * Return the number of locks issued to this lock by the same thread. + * */ int getHoldCount(); -- cgit v1.2.3