summaryrefslogtreecommitdiff
path: root/src/continuations
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-12-11 17:48:05 +0000
committerPaul Phillips <paulp@improving.org>2010-12-11 17:48:05 +0000
commit58b710073173ba7fac44041b294dc7b543db7224 (patch)
treef7e2f0bda10ce0dc59bd282bb1800b245e77017e /src/continuations
parent933148f71e1254089d036b2428a1c51cb2816c56 (diff)
downloadscala-58b710073173ba7fac44041b294dc7b543db7224.tar.gz
scala-58b710073173ba7fac44041b294dc7b543db7224.tar.bz2
scala-58b710073173ba7fac44041b294dc7b543db7224.zip
Eliminating all possible warnings from trunk.
one deprecation, one unchecked, and one "other", each of which volunteers no mechanism for suppression. (It would be nice to change this.) No review.
Diffstat (limited to 'src/continuations')
-rw-r--r--src/continuations/library/scala/util/continuations/ControlContext.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/continuations/library/scala/util/continuations/ControlContext.scala b/src/continuations/library/scala/util/continuations/ControlContext.scala
index 6d7766f173..f183f99764 100644
--- a/src/continuations/library/scala/util/continuations/ControlContext.scala
+++ b/src/continuations/library/scala/util/continuations/ControlContext.scala
@@ -1,15 +1,15 @@
// $Id$
package scala.util.continuations
+import annotation.{ Annotation, StaticAnnotation, TypeConstraint }
-
-class cpsParam[-B,+C] extends annotation.StaticAnnotation with TypeConstraint
+class cpsParam[-B,+C] extends StaticAnnotation with TypeConstraint
private class cpsSym[B] extends Annotation // implementation detail
private class cpsSynth extends Annotation // implementation detail
-private class cpsPlus extends annotation.StaticAnnotation with TypeConstraint // implementation detail
+private class cpsPlus extends StaticAnnotation with TypeConstraint // implementation detail
private class cpsMinus extends Annotation // implementation detail