summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/package.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-08-09 22:24:53 +0000
committerPaul Phillips <paulp@improving.org>2011-08-09 22:24:53 +0000
commit333f540595b5cc80879758f656cccd99632d3fd5 (patch)
treeca2fb4419a433c7af3755e2faa384ae3d3c7bf4c /src/library/scala/collection/package.scala
parent87aca406769cf3c90f375fcf03d9b47725591650 (diff)
downloadscala-333f540595b5cc80879758f656cccd99632d3fd5.tar.gz
scala-333f540595b5cc80879758f656cccd99632d3fd5.tar.bz2
scala-333f540595b5cc80879758f656cccd99632d3fd5.zip
Moved the classes and objects which are defined...
Moved the classes and objects which are defined in package objects out. In principle this is something you should be able to do. In practice right now it means bugs, to no advantage. I also deprecated RangeUtils, an unused, undocumented trait in the immutable package. It seems like there is a ton of stuff in the public API which should not be in the public API. It's really tedious having to go through a whole deprecation cycle to dispose of what could have been an internal-only class (and was presumably intended as such given the the absence of documentation.) No review.
Diffstat (limited to 'src/library/scala/collection/package.scala')
-rw-r--r--src/library/scala/collection/package.scala8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/library/scala/collection/package.scala b/src/library/scala/collection/package.scala
index f0a0c40bcd..0dd4405cf7 100644
--- a/src/library/scala/collection/package.scala
+++ b/src/library/scala/collection/package.scala
@@ -1,3 +1,11 @@
+/* __ *\
+** ________ ___ / / ___ Scala API **
+** / __/ __// _ | / / / _ | (c) 2003-2011, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
+** /____/\___/_/ |_/____/_/ | | **
+** |/ **
+\* */
+
package scala
/**