From 36dbbfaa3a01ab9bc8f1f52132aa6524410013c8 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 27 Apr 2015 20:56:46 +0200 Subject: Rename Unpickler -> Scala2Unpickler --- src/dotty/tools/dotc/core/pickling/ClassfileParser.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dotty/tools/dotc/core/pickling/ClassfileParser.scala') diff --git a/src/dotty/tools/dotc/core/pickling/ClassfileParser.scala b/src/dotty/tools/dotc/core/pickling/ClassfileParser.scala index 21c9aa84d..480fd968a 100644 --- a/src/dotty/tools/dotc/core/pickling/ClassfileParser.scala +++ b/src/dotty/tools/dotc/core/pickling/ClassfileParser.scala @@ -4,7 +4,7 @@ package core package pickling import Contexts._, Symbols._, Types._, Names._, StdNames._, NameOps._, Scopes._, Decorators._ -import SymDenotations._, UnPickler._, Constants._, Annotations._, util.Positions._ +import SymDenotations._, Scala2Unpickler._, Constants._, Annotations._, util.Positions._ import ast.tpd._ import java.io.{ File, IOException } import java.lang.Integer.toHexString @@ -665,7 +665,7 @@ class ClassfileParser( } def unpickleScala(bytes: Array[Byte]): Boolean = { - new UnPickler(bytes, classRoot, moduleRoot)(ctx).run() + new Scala2Unpickler(bytes, classRoot, moduleRoot)(ctx).run() true } -- cgit v1.2.3