From dc0d1c91c8d2bf0fd333d168cc8decee7eca9ec7 Mon Sep 17 00:00:00 2001 From: James Iry Date: Fri, 4 Jan 2013 08:17:45 -0800 Subject: SI-6908 Removes cannotStoreNull from FastHashSet/HashSet docs In my main commit I missed the scala doc annotation about not being able to store null. --- src/library/scala/collection/mutable/FlatHashTable.scala | 1 - src/library/scala/collection/mutable/HashSet.scala | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/library/scala/collection/mutable/FlatHashTable.scala b/src/library/scala/collection/mutable/FlatHashTable.scala index 0f961b20d3..1e073e1b5e 100644 --- a/src/library/scala/collection/mutable/FlatHashTable.scala +++ b/src/library/scala/collection/mutable/FlatHashTable.scala @@ -17,7 +17,6 @@ package mutable * hash table as an implementation. * * @define coll flat hash table - * @define cannotStoreNull '''Note''': A $coll cannot store `null` elements. * @since 2.3 * @tparam A the type of the elements contained in the $coll. */ diff --git a/src/library/scala/collection/mutable/HashSet.scala b/src/library/scala/collection/mutable/HashSet.scala index d2e4bd78b3..cbbb4aaa5a 100644 --- a/src/library/scala/collection/mutable/HashSet.scala +++ b/src/library/scala/collection/mutable/HashSet.scala @@ -15,8 +15,6 @@ import generic._ import scala.collection.parallel.mutable.ParHashSet /** This class implements mutable sets using a hashtable. - * - * $cannotStoreNull * * @author Matthias Zenger * @author Martin Odersky -- cgit v1.2.3