From c5c02cf4ff257bfb23386048ef9b3129eab2baf2 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 18 Nov 2010 17:46:38 +0000 Subject: removed duplicated error message for bad compil... removed duplicated error message for bad compiler options made some cleanups in detach plugin code --- src/detach/plugin/scala/tools/detach/Detach.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/detach/plugin') diff --git a/src/detach/plugin/scala/tools/detach/Detach.scala b/src/detach/plugin/scala/tools/detach/Detach.scala index f0b0a2a18d..f3116d033c 100644 --- a/src/detach/plugin/scala/tools/detach/Detach.scala +++ b/src/detach/plugin/scala/tools/detach/Detach.scala @@ -25,7 +25,7 @@ abstract class Detach extends PluginComponent new DetachTransformer(unit) // set with the `-P:detach:enable` plugin option (see DetachPlugin) */ - var isEnabled = false + protected[detach] var isEnabled = false private class DetachTransformer(unit: CompilationUnit) extends TypingTransformer(unit) { -- cgit v1.2.3