summaryrefslogtreecommitdiff
path: root/src/reflect
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-07-02 00:37:59 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-07-02 00:53:04 +0200
commit105d3efcc723cb7312a25a898a7769c7f762b57e (patch)
treec36e1188cd883b1b9da10b36369c6ee2611cf7f9 /src/reflect
parentcd1e6f94e92f2c8fc79aa3c76b1e3b813182e2d3 (diff)
downloadscala-105d3efcc723cb7312a25a898a7769c7f762b57e.tar.gz
scala-105d3efcc723cb7312a25a898a7769c7f762b57e.tar.bz2
scala-105d3efcc723cb7312a25a898a7769c7f762b57e.zip
moves reflective compiler into scala.tools.reflect
Diffstat (limited to 'src/reflect')
-rw-r--r--src/reflect/scala/reflect/runtime/SymbolTable.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflect/scala/reflect/runtime/SymbolTable.scala b/src/reflect/scala/reflect/runtime/SymbolTable.scala
index c90665508b..5b9090dae5 100644
--- a/src/reflect/scala/reflect/runtime/SymbolTable.scala
+++ b/src/reflect/scala/reflect/runtime/SymbolTable.scala
@@ -4,7 +4,7 @@ package runtime
/**
* This symbol table trait fills in the definitions so that class information is obtained by refection.
* It can be used either from a reflexive universe (class scala.reflect.runtime.JavaUniverse), or else from
- * a runtime compiler that uses reflection to get a class information (class scala.tools.nsc.ReflectGlobal)
+ * a runtime compiler that uses reflection to get a class information (class scala.tools.reflect.ReflectGlobal)
*/
trait SymbolTable extends internal.SymbolTable with JavaMirrors with SymbolLoaders with SynchronizedOps {