summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorschinz <schinz@epfl.ch>2003-05-14 13:08:39 +0000
committerschinz <schinz@epfl.ch>2003-05-14 13:08:39 +0000
commitb0c97ff489946bf659cf39ff62be1b64c5b73e8a (patch)
tree7391a9f628964ade4f15fa950a0feb5e2e99ded1 /sources
parent2c2c1a4e17ec020fddaf4ec146218ee8e9f17aae (diff)
downloadscala-b0c97ff489946bf659cf39ff62be1b64c5b73e8a.tar.gz
scala-b0c97ff489946bf659cf39ff62be1b64c5b73e8a.tar.bz2
scala-b0c97ff489946bf659cf39ff62be1b64c5b73e8a.zip
- adapted to the new version of AddConstructors
Diffstat (limited to 'sources')
-rw-r--r--sources/scalac/backend/jvm/GenJVM.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scalac/backend/jvm/GenJVM.java b/sources/scalac/backend/jvm/GenJVM.java
index 185b762dbf..2c14a1ca42 100644
--- a/sources/scalac/backend/jvm/GenJVM.java
+++ b/sources/scalac/backend/jvm/GenJVM.java
@@ -54,7 +54,7 @@ class GenJVM {
protected final static String CONSTRUCTOR_STRING =
Constants.CONSTRUCTOR_NAME;
protected final static Name CONSTRUCTOR_NAME =
- Name.fromString(CONSTRUCTOR_STRING).toConstrName();
+ Name.fromString(CONSTRUCTOR_STRING);
protected Unit unit = null;
protected String sourceFileName = null;