summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2010-09-23 08:42:34 +0000
committerAdriaan Moors <adriaan.moors@epfl.ch>2010-09-23 08:42:34 +0000
commit6b033dfc5e4186a8c0653b2e3495b46688a01c91 (patch)
treef26784302676f5cbd96528b36fcb5df8d85f3153
parentb82c43199139fd79e675d17634ffb20f5d6072f2 (diff)
downloadscala-6b033dfc5e4186a8c0653b2e3495b46688a01c91.tar.gz
scala-6b033dfc5e4186a8c0653b2e3495b46688a01c91.tar.bz2
scala-6b033dfc5e4186a8c0653b2e3495b46688a01c91.zip
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.
-rw-r--r--src/library/scala/collection/parallel/ParIterableViewLike.scala2
1 files changed, 1 insertions, 1 deletions
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 */