From 3fb252a9041e74f134da2cecb8261033ac9bed3e Mon Sep 17 00:00:00 2001 From: Sean McDirmid Date: Thu, 19 Apr 2007 23:01:12 +0000 Subject: re-comitting --- src/library/scala/collection/jcl/Buffer.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/library/scala/collection/jcl/Buffer.scala b/src/library/scala/collection/jcl/Buffer.scala index d7513cc314..359c5ec5db 100644 --- a/src/library/scala/collection/jcl/Buffer.scala +++ b/src/library/scala/collection/jcl/Buffer.scala @@ -18,11 +18,9 @@ trait Buffer[A] extends MutableSeq[A] with Collection[A] with Ranged[Int,A] { final protected type SortedSelf = Buffer[A]; trait MutableSeqProjection extends super[MutableSeq].Projection; - trait Projection extends MutableSeqProjection with super[Collection].Projection { override def filter(p : A => Boolean) = super[MutableSeqProjection].filter(p); } - override def projection = new Projection {} override def elements : BufferIterator[Int,A]; -- cgit v1.2.3