summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/generic/SetBuilder.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/collection/generic/SetBuilder.scala')
-rw-r--r--src/library/scala/collection/generic/SetBuilder.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/library/scala/collection/generic/SetBuilder.scala b/src/library/scala/collection/generic/SetBuilder.scala
index 73882781f4..1c4d3a18d9 100644
--- a/src/library/scala/collection/generic/SetBuilder.scala
+++ b/src/library/scala/collection/generic/SetBuilder.scala
@@ -6,14 +6,14 @@
** |/ **
\* */
-// $Id: ListBuffer.scala 14378 2008-03-13 11:39:05Z dragos $
+// $Id$
package scala.collection.generic
// import collection.immutable.{List, Nil, ::}
-/** The canonical builder for collections that are addable, i.e. that support an efficient + method
- * which adds an element to the collection.
+/** The canonical builder for collections that are addable, i.e. that support
+ * an efficient + method which adds an element to the collection.
* Collections are built from their empty element using this + method.
* @param empty The empty element of the collection.
*/