summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2010-05-25 11:56:58 +0000
committermichelou <michelou@epfl.ch>2010-05-25 11:56:58 +0000
commit5628970b43eefcd892320941ea6f937a7ce09b6a (patch)
tree45cecb0646962d3692121da4c195951f4c0deddb /docs
parent6fc37a13242fc78d85138b32a803f8316a2b2040 (diff)
downloadscala-5628970b43eefcd892320941ea6f937a7ce09b6a.tar.gz
scala-5628970b43eefcd892320941ea6f937a7ce09b6a.tar.bz2
scala-5628970b43eefcd892320941ea6f937a7ce09b6a.zip
updated CompilerCommand invocation in main
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/plugintemplate/src/plugintemplate/standalone/Main.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/plugintemplate/src/plugintemplate/standalone/Main.scala b/docs/examples/plugintemplate/src/plugintemplate/standalone/Main.scala
index bea6eeee26..ff1d1b50c5 100644
--- a/docs/examples/plugintemplate/src/plugintemplate/standalone/Main.scala
+++ b/docs/examples/plugintemplate/src/plugintemplate/standalone/Main.scala
@@ -15,7 +15,7 @@ object Main {
def main(args: Array[String]) {
val settings = new Settings
- val command = new CompilerCommand(args.toList, settings, println, false) {
+ val command = new CompilerCommand(args.toList, settings) {
/** The command name that will be printed in in the usage message.
* This is automatically set to the value of 'plugin.commandname' in the
* file build.properties.