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 a56129fb96..c3a7f47e62 100644
--- a/src/library/scala/annotation/bridge.scala
+++ b/src/library/scala/annotation/bridge.scala
@@ -11,4 +11,4 @@ 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")
-private[scala] class bridge extends annotation.StaticAnnotation
+private[scala] class bridge extends scala.annotation.StaticAnnotation