summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-09-02 21:59:00 +0000
committermihaylov <mihaylov@epfl.ch>2007-09-02 21:59:00 +0000
commit2e1e65ee5b7d50cf155784bdb6c2c76ad91278c4 (patch)
tree4b3632fce3124bbd76aff7631bd814ed5b585686
parent6b630a80aa6b425fb431b89c9172b65b07e6bb3e (diff)
downloadscala-2e1e65ee5b7d50cf155784bdb6c2c76ad91278c4.tar.gz
scala-2e1e65ee5b7d50cf155784bdb6c2c76ad91278c4.tar.bz2
scala-2e1e65ee5b7d50cf155784bdb6c2c76ad91278c4.zip
Changed name of typechecker/UnApply.scala to Un...
Changed name of typechecker/UnApply.scala to Unapply.scala to match the name of the trait inside and prevent unnecessary re-compilation
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Unapplies.scala (renamed from src/compiler/scala/tools/nsc/typechecker/UnApplies.scala)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/UnApplies.scala b/src/compiler/scala/tools/nsc/typechecker/Unapplies.scala
index 93e5639fc3..98c6935953 100644
--- a/src/compiler/scala/tools/nsc/typechecker/UnApplies.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Unapplies.scala
@@ -2,7 +2,7 @@
* Copyright 2005-2006 LAMP/EPFL
* @author Martin Odersky
*/
-// $Id: EtaExpansion.scala 12607 2007-08-21 14:04:16Z odersky $
+// $Id$
package scala.tools.nsc.typechecker