summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-01-24 15:19:55 +0000
committerPaul Phillips <paulp@improving.org>2010-01-24 15:19:55 +0000
commit7d4cea0a9919f3cb08ef1e7b981015d446c74fd3 (patch)
tree2167a05dbc9d86e9b81d85c59c01d5942f5b1d93
parent21fbde04b42a63f53d4839221f1fea90f329a72d (diff)
downloadscala-7d4cea0a9919f3cb08ef1e7b981015d446c74fd3.tar.gz
scala-7d4cea0a9919f3cb08ef1e7b981015d446c74fd3.tar.bz2
scala-7d4cea0a9919f3cb08ef1e7b981015d446c74fd3.zip
Removing a stray paren to unbreak build.
-rw-r--r--src/compiler/scala/tools/nsc/interactive/Global.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/interactive/Global.scala b/src/compiler/scala/tools/nsc/interactive/Global.scala
index 706d578555..9b4315f493 100644
--- a/src/compiler/scala/tools/nsc/interactive/Global.scala
+++ b/src/compiler/scala/tools/nsc/interactive/Global.scala
@@ -456,7 +456,7 @@ self =>
}
}
//util.trace("typeMembers =")(
- members.valuesIterator.toList)
+ members.valuesIterator.toList
}
// ---------------- Helper classes ---------------------------