Fixed version docs for job queue.
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 6 Nov 2012 00:43:44 +0000 (16:43 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 6 Nov 2012 00:43:50 +0000 (16:43 -0800)
Change-Id: Icdea3acb4787142a383c0a2942f72821cb8ad99e

includes/job/JobQueue.php
includes/job/JobQueueDB.php
includes/job/JobQueueGroup.php

index 2778829..dc5bdbd 100644 (file)
@@ -26,7 +26,7 @@
  * Class to handle enqueueing and running of background jobs
  *
  * @ingroup JobQueue
- * @since 1.20
+ * @since 1.21
  */
 abstract class JobQueue {
        protected $wiki; // string; wiki ID
index d6a120b..a8a2e89 100644 (file)
@@ -25,7 +25,7 @@
  * Class to handle job queues stored in the DB
  *
  * @ingroup JobQueue
- * @since 1.20
+ * @since 1.21
  */
 class JobQueueDB extends JobQueue {
        const CACHE_TTL      = 30; // integer; seconds
index 4ebd531..44db516 100644 (file)
@@ -25,7 +25,7 @@
  * Class to handle enqueueing of background jobs
  *
  * @ingroup JobQueue
- * @since 1.20
+ * @since 1.21
  */
 class JobQueueGroup {
        /** @var Array */