summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/generic/SortedMapTemplate.scala
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2009-06-16 10:49:14 +0000
committermichelou <michelou@epfl.ch>2009-06-16 10:49:14 +0000
commit53ed9b920e738e784289548d7cc90e8e2dcd0124 (patch)
tree9c6f7ef79cdc127c77c4105ef63a44833870d707 /src/library/scala/collection/generic/SortedMapTemplate.scala
parenta4bdfdcccb498aeec2511f9230647ec27da6ff41 (diff)
downloadscala-53ed9b920e738e784289548d7cc90e8e2dcd0124.tar.gz
scala-53ed9b920e738e784289548d7cc90e8e2dcd0124.tar.bz2
scala-53ed9b920e738e784289548d7cc90e8e2dcd0124.zip
added headers, svn keywords, updated pilib exam...
added headers, svn keywords, updated pilib examples
Diffstat (limited to 'src/library/scala/collection/generic/SortedMapTemplate.scala')
-rw-r--r--src/library/scala/collection/generic/SortedMapTemplate.scala6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/library/scala/collection/generic/SortedMapTemplate.scala b/src/library/scala/collection/generic/SortedMapTemplate.scala
index 03b0c983de..7dd6fae30e 100644
--- a/src/library/scala/collection/generic/SortedMapTemplate.scala
+++ b/src/library/scala/collection/generic/SortedMapTemplate.scala
@@ -1,12 +1,14 @@
/* __ *\
** ________ ___ / / ___ Scala API **
** / __/ __// _ | / / / _ | (c) 2006-2009, LAMP/EPFL **
-** __\ \/ /__/ __ |/ /__/ __ | **
+** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
\* */
-// $Id: SortedMap.scala 16893 2009-01-13 13:09:22Z cunei $
+// $Id$
+
+
package scala.collection.generic
/** A template for maps whose keys are sorted.