aboutsummaryrefslogtreecommitdiff
path: root/stage1
diff options
context:
space:
mode:
authorJasper Moeys <jaspermoeys@hotmail.com>2017-04-20 13:09:57 +0200
committerGitHub <noreply@github.com>2017-04-20 13:09:57 +0200
commit9668570f246d626d36c8ab95061bf21f19ef7bde (patch)
tree2190de0245f4f2e9cbd675e679a4823768e250bf /stage1
parent7fe1d16adef09f1a2a7c1c65bf064567224172d7 (diff)
downloadcbt-9668570f246d626d36c8ab95061bf21f19ef7bde.tar.gz
cbt-9668570f246d626d36c8ab95061bf21f19ef7bde.tar.bz2
cbt-9668570f246d626d36c8ab95061bf21f19ef7bde.zip
Fix copy&paste error in ContextImplementation
Diffstat (limited to 'stage1')
-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.");
}