summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-03-02 17:38:20 +0000
committermichelou <michelou@epfl.ch>2007-03-02 17:38:20 +0000
commite63cc07f6d9c8090403e85d34c25d61d8d8089c2 (patch)
tree92d26a251226ad3e4d33fbaf22e465b6b5d9d006
parent83d75b3bdbcd591fce7aa9953ad509b07552b5a4 (diff)
downloadscala-e63cc07f6d9c8090403e85d34c25d61d8d8089c2.tar.gz
scala-e63cc07f6d9c8090403e85d34c25d61d8d8089c2.tar.bz2
scala-e63cc07f6d9c8090403e85d34c25d61d8d8089c2.zip
corrected typo
-rw-r--r--src/library/scala/collection/mutable/ListBuffer.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/mutable/ListBuffer.scala b/src/library/scala/collection/mutable/ListBuffer.scala
index 6f09018731..f0932242bc 100644
--- a/src/library/scala/collection/mutable/ListBuffer.scala
+++ b/src/library/scala/collection/mutable/ListBuffer.scala
@@ -12,7 +12,7 @@
package scala.collection.mutable
-//import Predef._
+import Predef._
/** The class <code>ListBuffer</code> ..
*