summaryrefslogtreecommitdiff
path: root/sources/scalac/backend/jvm
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-03-18 23:27:59 +0000
committerpaltherr <paltherr@epfl.ch>2004-03-18 23:27:59 +0000
commit5db349a7bd6f862dc35d808177fb37f34a906f0d (patch)
tree646c6a2a0515e033e81065c8af4da2403fde68d8 /sources/scalac/backend/jvm
parent164f433132c1585e268c7db27768422b716cd2ef (diff)
downloadscala-5db349a7bd6f862dc35d808177fb37f34a906f0d.tar.gz
scala-5db349a7bd6f862dc35d808177fb37f34a906f0d.tar.bz2
scala-5db349a7bd6f862dc35d808177fb37f34a906f0d.zip
- Removed method subName in class Name
- Replaced Name by String in methods getModule and getClass in Definitions
Diffstat (limited to 'sources/scalac/backend/jvm')
-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 72cd128e54..ebaf5e6362 100644
--- a/sources/scalac/backend/jvm/GenJVM.java
+++ b/sources/scalac/backend/jvm/GenJVM.java
@@ -109,7 +109,7 @@ class GenJVM {
initTypeMap();
initArithPrimMap();
- JAVA_RMI_REMOTE_CLASS = defs.getClass(Name.fromString(JAVA_RMI_REMOTE));
+ JAVA_RMI_REMOTE_CLASS = defs.getClass(JAVA_RMI_REMOTE);
}
/// Code generation