summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/SetProxy.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/collection/SetProxy.scala')
-rw-r--r--src/library/scala/collection/SetProxy.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/SetProxy.scala b/src/library/scala/collection/SetProxy.scala
index e17fb215b9..4a3fc17a78 100644
--- a/src/library/scala/collection/SetProxy.scala
+++ b/src/library/scala/collection/SetProxy.scala
@@ -17,5 +17,5 @@ package collection
* @author Martin Odersky
* @version 2.0, 01/01/2007
*/
-@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 SetProxy[A] extends Set[A] with SetProxyLike[A, Set[A]]