summaryrefslogtreecommitdiff
path: root/src/library/scala/deprecatedName.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/deprecatedName.scala')
-rw-r--r--src/library/scala/deprecatedName.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/scala/deprecatedName.scala b/src/library/scala/deprecatedName.scala
index cc36be6775..07b35d1a61 100644
--- a/src/library/scala/deprecatedName.scala
+++ b/src/library/scala/deprecatedName.scala
@@ -8,7 +8,7 @@
package scala
-import annotation.meta._
+import scala.annotation.meta._
/**
* An annotation that designates the name of the parameter to which it is
@@ -29,4 +29,4 @@ import annotation.meta._
* @since 2.8.1
*/
@param
-class deprecatedName(name: Symbol) extends annotation.StaticAnnotation
+class deprecatedName(name: Symbol) extends scala.annotation.StaticAnnotation