summaryrefslogtreecommitdiff
path: root/src/library/scala/annotation/bridge.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/annotation/bridge.scala')
-rw-r--r--src/library/scala/annotation/bridge.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/annotation/bridge.scala b/src/library/scala/annotation/bridge.scala
index 9f25e2beb3..c0c6dba424 100644
--- a/src/library/scala/annotation/bridge.scala
+++ b/src/library/scala/annotation/bridge.scala
@@ -10,5 +10,5 @@ package scala.annotation
/** If this annotation is present on a method, it will be treated as a bridge method.
*/
-@deprecated("Reconsider whether using this annotation will accomplish anything", "2.10.0")
+@deprecated("reconsider whether using this annotation will accomplish anything", "2.10.0")
private[scala] class bridge extends scala.annotation.StaticAnnotation