summaryrefslogtreecommitdiff
path: root/src/detach
diff options
context:
space:
mode:
Diffstat (limited to 'src/detach')
-rw-r--r--src/detach/plugin/scala/tools/detach/Detach.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detach/plugin/scala/tools/detach/Detach.scala b/src/detach/plugin/scala/tools/detach/Detach.scala
index 499a97b761..73f6cde58c 100644
--- a/src/detach/plugin/scala/tools/detach/Detach.scala
+++ b/src/detach/plugin/scala/tools/detach/Detach.scala
@@ -73,7 +73,7 @@ abstract class Detach extends PluginComponent
}
private val serializableAnnotationInfo =
- AnnotationInfo(requiredClass[scala.annotation.serializable].tpe, List(), List())
+ AnnotationInfo(SerializableAttr.tpe, List(), List())
/*
private val throwsAnnotationInfo = {
val RemoteExceptionClass = definitions.getClass("java.rmi.RemoteException")