summaryrefslogtreecommitdiff
path: root/framework/Collections/TQueue.php
diff options
context:
space:
mode:
authorxue <>2006-04-10 13:43:25 +0000
committerxue <>2006-04-10 13:43:25 +0000
commit8afe7ea28e77a45b6fb0d4f0d0e4a86f3918353a (patch)
tree66f38e9e112e6852cbd936947b618f7f53b8c3ba /framework/Collections/TQueue.php
parentd7f9aec3127e577a7029530b18b9fdaba3a305de (diff)
Updated exception messages.
Diffstat (limited to 'framework/Collections/TQueue.php')
-rw-r--r--framework/Collections/TQueue.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Collections/TQueue.php b/framework/Collections/TQueue.php
index 2c75c48e..e58d05c6 100644
--- a/framework/Collections/TQueue.php
+++ b/framework/Collections/TQueue.php
@@ -29,7 +29,7 @@
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Revision: $ $Date: $
* @package System.Collections
- * @since 3.0
+ * @since 3.1
*/
class TQueue extends TComponent implements IteratorAggregate
{
@@ -173,7 +173,7 @@ class TQueue extends TComponent implements IteratorAggregate
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Revision: $ $Date: $
* @package System.Collections
- * @since 3.0
+ * @since 3.1
*/
class TQueueIterator implements Iterator
{