summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/CodeFactory.java
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-01-08 10:27:09 +0000
committerburaq <buraq@epfl.ch>2004-01-08 10:27:09 +0000
commitfd033d227b150d5bb231e7b28f36414335daff53 (patch)
tree2c515d586e2ec9fc0811f3f543f0908fbf2be666 /sources/scalac/transformer/matching/CodeFactory.java
parent3f4bdb54a236727fb1d93ba2b445850d76064679 (diff)
downloadscala-fd033d227b150d5bb231e7b28f36414335daff53.tar.gz
scala-fd033d227b150d5bb231e7b28f36414335daff53.tar.bz2
scala-fd033d227b150d5bb231e7b28f36414335daff53.zip
cleanup
Diffstat (limited to 'sources/scalac/transformer/matching/CodeFactory.java')
-rw-r--r--sources/scalac/transformer/matching/CodeFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scalac/transformer/matching/CodeFactory.java b/sources/scalac/transformer/matching/CodeFactory.java
index ff874aec5c..f8a58f1bf7 100644
--- a/sources/scalac/transformer/matching/CodeFactory.java
+++ b/sources/scalac/transformer/matching/CodeFactory.java
@@ -83,7 +83,7 @@ class CodeFactory extends PatternTool {
Type tpe1 = tpe.widen().baseType( defs.SEQ_CLASS );
if( tpe1 == Type.NoType )
- throw new ApplicationError("arg "+tpe+" not subtype of Sequence[ A ]");
+ throw new ApplicationError("arg "+tpe+" not subtype of Seq[ A ]");
return tpe1.typeArgs()[ 0 ];
}