summaryrefslogtreecommitdiff
path: root/src/detach/plugin
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-11-13 08:34:06 -0800
committerPaul Phillips <paulp@improving.org>2012-11-20 14:10:54 -0800
commit69d850c8993765e4b3008f8bcc99b90937df9ffb (patch)
treef222825234a7f17c88864ebca04882d20387f992 /src/detach/plugin
parentc54432c3e209f1ffbe3a05d0d7ee0532d20e4dd0 (diff)
downloadscala-69d850c8993765e4b3008f8bcc99b90937df9ffb.tar.gz
scala-69d850c8993765e4b3008f8bcc99b90937df9ffb.tar.bz2
scala-69d850c8993765e4b3008f8bcc99b90937df9ffb.zip
Remove code from misc bits of the compiler.
They are everywhere. They defy categorization. They are... M I S C
Diffstat (limited to 'src/detach/plugin')
-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 73f6cde58c..499a97b761 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(SerializableAttr.tpe, List(), List())
+ AnnotationInfo(requiredClass[scala.annotation.serializable].tpe, List(), List())
/*
private val throwsAnnotationInfo = {
val RemoteExceptionClass = definitions.getClass("java.rmi.RemoteException")