mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Added missing javadoc for JobLockService.releaseLock return value
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55088 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -175,6 +175,8 @@ public interface JobLockService
|
|||||||
*
|
*
|
||||||
* @param lockToken the lock token returned when the lock was acquired
|
* @param lockToken the lock token returned when the lock was acquired
|
||||||
* @param lockQName the name of the previously-acquired lock
|
* @param lockQName the name of the previously-acquired lock
|
||||||
|
* @return <tt>true</tt> if the lock was valid and released otherwise
|
||||||
|
* <tt>false</tt> if the lock was no longer valid in any case
|
||||||
*/
|
*/
|
||||||
boolean releaseLock(String lockToken, QName lockQName);
|
boolean releaseLock(String lockToken, QName lockQName);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user