deprecate isJobActive() ticket 670

This commit is contained in:
zzz
2013-04-26 16:45:52 +00:00
parent 0816cfe273
commit c6bf9a7cf6

View File

@@ -222,7 +222,7 @@ public class JobQueue {
* Returns <code>true</code> if a given job is waiting or running;
* <code>false</code> if the job is finished or doesn't exist in the queue.
*
* Only used by PluginStarter, candidate for deprecation
* @deprecated unused
*/
public boolean isJobActive(Job job) {
synchronized (_jobLock) {