summaryrefslogtreecommitdiff
path: root/sources/scalac
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac')
-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;