summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/MapProxy.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/collection/MapProxy.scala')
-rw-r--r--src/library/scala/collection/MapProxy.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/MapProxy.scala b/src/library/scala/collection/MapProxy.scala
index 26a7c710ee..2faf689973 100644
--- a/src/library/scala/collection/MapProxy.scala
+++ b/src/library/scala/collection/MapProxy.scala
@@ -17,5 +17,5 @@ package collection
* @version 1.0, 21/07/2003
* @since 1
*/
-@deprecated("Proxying is deprecated due to lack of use and compiler-level support.", "2.11.3")
+@deprecated("proxying is deprecated due to lack of use and compiler-level support", "2.11.3")
trait MapProxy[A, +B] extends Map[A, B] with MapProxyLike[A, B, Map[A, B]]