summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/parallel
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-02-25 01:02:10 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-02-25 09:56:40 +0100
commitd6527d5083d77f67d08749b800938c97e0fcf13a (patch)
treee4bda9e5d8c56ca8ce7375e7e4de19bb479d1722 /src/library/scala/collection/parallel
parent6d94b35270485a5ec64f32035537c3c4c0f02dae (diff)
downloadscala-d6527d5083d77f67d08749b800938c97e0fcf13a.tar.gz
scala-d6527d5083d77f67d08749b800938c97e0fcf13a.tar.bz2
scala-d6527d5083d77f67d08749b800938c97e0fcf13a.zip
Address some Scaladocrot
- @param tags whose name drifted from the corresponding parameter - Remove or complete a few stray stub comments (@param foo ...) - Use @tparam where appropriate.
Diffstat (limited to 'src/library/scala/collection/parallel')
-rw-r--r--src/library/scala/collection/parallel/mutable/ParHashSet.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/parallel/mutable/ParHashSet.scala b/src/library/scala/collection/parallel/mutable/ParHashSet.scala
index 2431baf3e7..0287171369 100644
--- a/src/library/scala/collection/parallel/mutable/ParHashSet.scala
+++ b/src/library/scala/collection/parallel/mutable/ParHashSet.scala
@@ -194,7 +194,7 @@ with scala.collection.mutable.FlatHashTable.HashUtils[T] {
*
* @param insertAt where to add the element (set to -1 to use its hashcode)
* @param comesBefore the position before which the element should be added to
- * @param elem the element to be added
+ * @param newEntry the element to be added
*
* If the element is to be inserted at the position corresponding to its hash code,
* the table will try to add the element in such a position if possible. Collisions are resolved