From 5529320cc7789e25a8c9c962c9758a3668a426a2 Mon Sep 17 00:00:00 2001 From: extempore Date: Mon, 10 Jan 2011 19:20:14 +0000 Subject: [PATCH] Renamed a file (I thought I already renamed this: oh that was util.Replayer, not io.Replayer) so ant doesn't keep recompiling it. No review. git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@23955 5e8d7ff9-d8ef-0310-90f0-a4852d11357a --- src/compiler/scala/tools/nsc/io/{Replay.scala => Replayer.scala} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/compiler/scala/tools/nsc/io/{Replay.scala => Replayer.scala} (100%) diff --git a/src/compiler/scala/tools/nsc/io/Replay.scala b/src/compiler/scala/tools/nsc/io/Replayer.scala similarity index 100% rename from src/compiler/scala/tools/nsc/io/Replay.scala rename to src/compiler/scala/tools/nsc/io/Replayer.scala