Fixed build problems

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@25563 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
odersky 2011-08-24 17:11:48 +00:00
parent 59f3ce8902
commit ef350c81e6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
package scala.reflect
package runtime
import internal.{Flags, SymbolTable}
import internal.Flags
import java.lang.{Class => jClass, Package => jPackage}

View File

@ -8,7 +8,7 @@ import internal.{SomePhase, NoPhase, Phase, TreeGen}
* It also provides methods to go from Java members to Scala members,
* using the code in JavaConversions.
*/
class Universe extends ReflexiveLoaders with internal.transform.Transforms {
class Universe extends SymbolTable with internal.transform.Transforms {
type AbstractFileType = AbstractFile