From 406e54b7e59671462c4057894776f04d8f77b80e Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Mon, 12 Apr 2010 21:53:30 +0000 Subject: Documentation for mutable collections. No review. --- src/library/scala/collection/mutable/PriorityQueueProxy.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/library/scala/collection/mutable/PriorityQueueProxy.scala') 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 - * Ordered[T] 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 -- cgit v1.2.3