From 16e159d17efad279b7cb6c7d5d44df471e13423e Mon Sep 17 00:00:00 2001 From: nielsen Date: Mon, 9 Feb 2009 11:37:07 +0000 Subject: annotation removed now - for real --- .../plugintemplate/src/plugintemplate/standalone/PluginRunner.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/plugintemplate') diff --git a/docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala b/docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala index 3068f47635..4240c1278c 100644 --- a/docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala +++ b/docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala @@ -21,8 +21,8 @@ extends Global(settings, reporter) { */ override protected def computeInternalPhases() : Unit = { phasesSet += syntaxAnalyzer - phasesSet += analyzer.namerFactory: SubComponent - phasesSet += analyzer.typerFactory: SubComponent + phasesSet += analyzer.namerFactory + phasesSet += analyzer.typerFactory phasesSet += superAccessors // add super accessors phasesSet += pickler // serialize symbol tables phasesSet += refchecks // perform reference and override checking, translate nested objects -- cgit v1.2.3