From 6b033dfc5e4186a8c0653b2e3495b46688a01c91 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 23 Sep 2010 08:42:34 +0000 Subject: CPI -> SCPI to (hopefully) fix scaladoc failure... CPI -> SCPI to (hopefully) fix scaladoc failure in nightly. probably indicates a bug in scaladoc or the type checker or the spec, since abstract type members seem to be allowed in objects inconsistently across these three. no review. --- src/library/scala/collection/parallel/ParIterableViewLike.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/library/scala/collection/parallel/ParIterableViewLike.scala b/src/library/scala/collection/parallel/ParIterableViewLike.scala index 1f7ea9b694..dc7cf3f65f 100644 --- a/src/library/scala/collection/parallel/ParIterableViewLike.scala +++ b/src/library/scala/collection/parallel/ParIterableViewLike.scala @@ -41,7 +41,7 @@ extends IterableView[T, Coll] override protected[this] def newCombiner: Combiner[T, This] = throw new UnsupportedOperationException(this + ".newCombiner"); - type CPI = SignalContextPassingIterator[ParIterator] + type SCPI = SignalContextPassingIterator[ParIterator] /* wrappers */ -- cgit v1.2.3