summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/ant/Scalac.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-12-15 00:07:59 +0000
committerPaul Phillips <paulp@improving.org>2009-12-15 00:07:59 +0000
commit8a89b68903d77b44471fa216561488efbf16bed7 (patch)
tree6abe59b6550f3e8a0cc0153bcf3097bab0b3ac36 /src/compiler/scala/tools/ant/Scalac.scala
parentcb1c0cf0a90287bef339f881f19eb0f32c2e4a3d (diff)
downloadscala-8a89b68903d77b44471fa216561488efbf16bed7.tar.gz
scala-8a89b68903d77b44471fa216561488efbf16bed7.tar.bz2
scala-8a89b68903d77b44471fa216561488efbf16bed7.zip
Another round of deprecation warning elimination.
Diffstat (limited to 'src/compiler/scala/tools/ant/Scalac.scala')
-rw-r--r--src/compiler/scala/tools/ant/Scalac.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/ant/Scalac.scala b/src/compiler/scala/tools/ant/Scalac.scala
index bb5dc77050..8bd5444ee3 100644
--- a/src/compiler/scala/tools/ant/Scalac.scala
+++ b/src/compiler/scala/tools/ant/Scalac.scala
@@ -72,7 +72,7 @@ import scala.tools.nsc.reporters.{Reporter, ConsoleReporter}
class Scalac extends MatchingTask {
/** The unique Ant file utilities instance to use in this task. */
- private val fileUtils = FileUtils.newFileUtils()
+ private val fileUtils = FileUtils.getFileUtils()
/*============================================================================*\
** Ant user-properties **