From db53d99659801c539f1fa813af38bf65803ab8f2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 10 Oct 2009 13:32:01 +0000 Subject: - Patch #391340 by dww: documentation clean-up and correction. --- modules/system/system.queue.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.queue.inc b/modules/system/system.queue.inc index bdaca4efb..2132012fe 100644 --- a/modules/system/system.queue.inc +++ b/modules/system/system.queue.inc @@ -30,7 +30,7 @@ * metadata depending on the implementation. Systems using the interface should * only rely on the data property which will contain the information passed to * DrupalQueueInterface::createItem(). The full queue item returned by - * DrupalQueueInterface::createItem() needs to be passed to + * DrupalQueueInterface::claimItem() needs to be passed to * DrupalQueueInterface::deleteItem() once processing is completed. * * While the queue system makes a best effort to preserve order in messages, @@ -131,7 +131,7 @@ interface DrupalQueueInterface { * Delete a finished item from the queue. * * @param $item - * The item returned by claimItem(). + * The item returned by DrupalQueueInterface::claimItem(). */ public function deleteItem($item); -- cgit v1.2.3