summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ObjectRunner.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-04-02 21:09:34 +0000
committerPaul Phillips <paulp@improving.org>2010-04-02 21:09:34 +0000
commitd5c7049d4fe117e26a5e981c2449a966b017af49 (patch)
treefaaa6bfbcd86ba0de17a60361faf8547e68235d5 /src/compiler/scala/tools/nsc/ObjectRunner.scala
parentcd51ac694d82c68a5c02f9f20a9460adbac780b4 (diff)
downloadscala-d5c7049d4fe117e26a5e981c2449a966b017af49.tar.gz
scala-d5c7049d4fe117e26a5e981c2449a966b017af49.tar.bz2
scala-d5c7049d4fe117e26a5e981c2449a966b017af49.zip
Mostly IO tweaks related to my upcoming partest...
Mostly IO tweaks related to my upcoming partest patch, which to my chagrin is being held up by windows. Also updates the default ANT_OPTS to be the same as the ones the nightlies override it with. (If we know you can't build scala with those settings it seems kind of uncool to leave them for everyone else.) No review.
Diffstat (limited to 'src/compiler/scala/tools/nsc/ObjectRunner.scala')
-rw-r--r--src/compiler/scala/tools/nsc/ObjectRunner.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compiler/scala/tools/nsc/ObjectRunner.scala b/src/compiler/scala/tools/nsc/ObjectRunner.scala
index befdf94072..210f9a1785 100644
--- a/src/compiler/scala/tools/nsc/ObjectRunner.scala
+++ b/src/compiler/scala/tools/nsc/ObjectRunner.scala
@@ -15,8 +15,7 @@ import util.ScalaClassLoader
* @author Lex Spoon
* @version 1.1, 2007/7/13
*/
-object ObjectRunner
-{
+object ObjectRunner {
/** Check whether a class with the specified name
* exists on the specified class path. */
def classExists(urls: List[URL], objectName: String): Boolean =