From d9103e01b467634d61baa3b131aeb93fca9e20a5 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Mon, 4 Jun 2012 13:53:13 +0200 Subject: moves positions to scala.reflect.internal.util This is the first step of factoring out scala-reflect.jar. --- src/compiler/scala/tools/nsc/CompileSocket.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/scala/tools/nsc/CompileSocket.scala') diff --git a/src/compiler/scala/tools/nsc/CompileSocket.scala b/src/compiler/scala/tools/nsc/CompileSocket.scala index a4a8e1fd11..7d2abd42fd 100644 --- a/src/compiler/scala/tools/nsc/CompileSocket.scala +++ b/src/compiler/scala/tools/nsc/CompileSocket.scala @@ -13,7 +13,7 @@ import java.security.SecureRandom import io.{ File, Path, Directory, Socket } import scala.util.control.Exception.catching import scala.tools.util.CompileOutputCommon -import scala.tools.util.StringOps.splitWhere +import scala.reflect.internal.util.StringOps.splitWhere import scala.sys.process._ trait HasCompileSocket { -- cgit v1.2.3