From c31cd056fee09e2d9769ea87feec72c156dbf4ee Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 5 Nov 2012 16:43:44 -0800 Subject: [PATCH] Fixed version docs for job queue. Change-Id: Icdea3acb4787142a383c0a2942f72821cb8ad99e --- includes/job/JobQueue.php | 2 +- includes/job/JobQueueDB.php | 2 +- includes/job/JobQueueGroup.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/job/JobQueue.php b/includes/job/JobQueue.php index 2778829183..dc5bdbd3a8 100644 --- a/includes/job/JobQueue.php +++ b/includes/job/JobQueue.php @@ -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 diff --git a/includes/job/JobQueueDB.php b/includes/job/JobQueueDB.php index d6a120b178..a8a2e89d79 100644 --- a/includes/job/JobQueueDB.php +++ b/includes/job/JobQueueDB.php @@ -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 diff --git a/includes/job/JobQueueGroup.php b/includes/job/JobQueueGroup.php index 4ebd531d15..44db516351 100644 --- a/includes/job/JobQueueGroup.php +++ b/includes/job/JobQueueGroup.php @@ -25,7 +25,7 @@ * Class to handle enqueueing of background jobs * * @ingroup JobQueue - * @since 1.20 + * @since 1.21 */ class JobQueueGroup { /** @var Array */ -- 2.20.1