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:
Derek Hulley
2013-09-08 21:53:14 +00:00
parent 71bedafcdd
commit f0372eca64

View File

@@ -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);