summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/Interpreter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/Interpreter.scala b/src/compiler/scala/tools/nsc/Interpreter.scala
index 545beaa04c..80600fb7d3 100644
--- a/src/compiler/scala/tools/nsc/Interpreter.scala
+++ b/src/compiler/scala/tools/nsc/Interpreter.scala
@@ -496,7 +496,7 @@ class Interpreter(val settings: Settings, reporter: Reporter, out: PrintWriter)
* each command is executed because of Java's demand loading.
* </p>
*/
- def close: Unit =
+ def close(): Unit =
Interpreter.deleteRecursively(classfilePath)