summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-10-10 09:34:08 +0000
committermichelou <michelou@epfl.ch>2006-10-10 09:34:08 +0000
commitc012f9230600552b491b000f18252d0f832426be (patch)
treeb6ab2913469ba2c77b37cef7ee5a8b385ba90fe1 /src/library
parent7cd471c22306ba63836ab3b863a14e86d0813fd6 (diff)
downloadscala-c012f9230600552b491b000f18252d0f832426be.tar.gz
scala-c012f9230600552b491b000f18252d0f832426be.tar.bz2
scala-c012f9230600552b491b000f18252d0f832426be.zip
added svn:keywords to scala/actors/*.scala
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/collection/immutable/Tree.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/immutable/Tree.scala b/src/library/scala/collection/immutable/Tree.scala
index c21520cffe..8e7a447df3 100644
--- a/src/library/scala/collection/immutable/Tree.scala
+++ b/src/library/scala/collection/immutable/Tree.scala
@@ -52,7 +52,7 @@ package scala.collection.immutable
* <p>The tree consists of entries conatining a key with an order.</p>
* <p>When instanciating the tree an order for the keys has to be
* supplied.</p>
- * <dl>
+ * <dl class="subclasses">
* <dt><b>Direct Known Subclasses:</b></dt>
* <dd>
* <a href="TreeMap.html" target="contentFrame">TreeMap</a>,