summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/PriorityQueueProxy.scala
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-04-12 21:53:30 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-04-12 21:53:30 +0000
commit406e54b7e59671462c4057894776f04d8f77b80e (patch)
tree8e44e9975ab9fca6c2f814bd4ea5aa387ccebfab /src/library/scala/collection/mutable/PriorityQueueProxy.scala
parent9e155f4956ad608342eb760c6939ebd9aa1a51a8 (diff)
downloadscala-406e54b7e59671462c4057894776f04d8f77b80e.tar.gz
scala-406e54b7e59671462c4057894776f04d8f77b80e.tar.bz2
scala-406e54b7e59671462c4057894776f04d8f77b80e.zip
Documentation for mutable collections. No review.
Diffstat (limited to 'src/library/scala/collection/mutable/PriorityQueueProxy.scala')
-rw-r--r--src/library/scala/collection/mutable/PriorityQueueProxy.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/library/scala/collection/mutable/PriorityQueueProxy.scala b/src/library/scala/collection/mutable/PriorityQueueProxy.scala
index 3f1ee5d217..f99755128f 100644
--- a/src/library/scala/collection/mutable/PriorityQueueProxy.scala
+++ b/src/library/scala/collection/mutable/PriorityQueueProxy.scala
@@ -13,7 +13,7 @@ package mutable
/** This class servers as a proxy for priority queues. The
* elements of the queue have to be ordered in terms of the
- * <code>Ordered[T]</code> class.
+ * `Ordered[T]` class.
*
* @author Matthias Zenger
* @version 1.0, 03/05/2004
@@ -22,7 +22,6 @@ package mutable
abstract class PriorityQueueProxy[A](implicit ord: Ordering[A]) extends PriorityQueue[A]
with Proxy
{
-
def self: PriorityQueue[A]
/** Creates a new iterator over all elements contained in this