aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stage1/ContextImplementation.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/ContextImplementation.scala b/stage1/ContextImplementation.scala
index 6762cb8..6df0d07 100644
--- a/stage1/ContextImplementation.scala
+++ b/stage1/ContextImplementation.scala
@@ -25,7 +25,7 @@ class ContextImplementation(
@deprecated("this method is replaced by start","")
def startCompat = start
@deprecated("this methods is replaced by persistentCache","")
- def permanentKeys = throw new IncompatibleCbtVersionException("You need to upgrade your CBT version in this module. The Context field permanentClassLoaders is no longer supported.");
+ def permanentKeys = throw new IncompatibleCbtVersionException("You need to upgrade your CBT version in this module. The Context field permanentKeys is no longer supported.");
@deprecated("this methods is replaced by persistentCache","")
def permanentClassLoaders = throw new IncompatibleCbtVersionException("You need to upgrade your CBT version in this module. The Context field permanentClassLoaders is no longer supported.");
}