summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/MapProxy.scala
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-04-13 12:15:40 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-04-13 12:15:40 +0000
commit35f9176e79cc4fad32b059e233bf36f2b7b79033 (patch)
tree5265d26fc586eaaeeec7b2392c620ef700f05a3e /src/library/scala/collection/immutable/MapProxy.scala
parentbb1a2d20cd740728a6288bff312b03ffac4c8bbc (diff)
downloadscala-35f9176e79cc4fad32b059e233bf36f2b7b79033.tar.gz
scala-35f9176e79cc4fad32b059e233bf36f2b7b79033.tar.bz2
scala-35f9176e79cc4fad32b059e233bf36f2b7b79033.zip
Immutable up to Queue docs. no review
Diffstat (limited to 'src/library/scala/collection/immutable/MapProxy.scala')
-rw-r--r--src/library/scala/collection/immutable/MapProxy.scala14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/library/scala/collection/immutable/MapProxy.scala b/src/library/scala/collection/immutable/MapProxy.scala
index 371af042e7..a511c6d145 100644
--- a/src/library/scala/collection/immutable/MapProxy.scala
+++ b/src/library/scala/collection/immutable/MapProxy.scala
@@ -12,14 +12,12 @@
package scala.collection
package immutable
-/** <p>
- * This is a simple wrapper class for <a href="Map.html"
- * target="contentFrame"><code>scala.collection.mutable.Map</code></a>.
- * </p>
- * <p>
- * It is most useful for assembling customized map abstractions
- * dynamically using object composition and forwarding.
- * </p>
+/**
+ * This is a simple wrapper class for <a href="Map.html"
+ * target="contentFrame">`scala.collection.immutable.Map`</a>.
+ *
+ * It is most useful for assembling customized map abstractions
+ * dynamically using object composition and forwarding.
*
* @author Matthias Zenger, Martin Odersky
* @version 2.0, 31/12/2006