Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2004-09-15 17:35:44 +0400
committerjfrijters <jfrijters>2004-09-15 17:35:44 +0400
commitdbd91c3ddfec458648357e65293e967cb2aa9892 (patch)
tree02089e61513d808f322e09ce3840d000a9cbf6fe /classpath/java/lang/VMRuntime.java
parent96123d32766d474b2ce813cb71a7b3344faf6d52 (diff)
*** empty log message ***
Diffstat (limited to 'classpath/java/lang/VMRuntime.java')
-rw-r--r--classpath/java/lang/VMRuntime.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/classpath/java/lang/VMRuntime.java b/classpath/java/lang/VMRuntime.java
index b0791658..27db5b6e 100644
--- a/classpath/java/lang/VMRuntime.java
+++ b/classpath/java/lang/VMRuntime.java
@@ -492,7 +492,7 @@ final class VMRuntime
p.setProperty(key.substring(5), appSettings.get_Item(key));
}
}
- // HACK set the properties that were specified on the ikvm.exe command line
+ // set the properties that were specified with IKVM.Runtime.Startup.SetProperties()
if(props != null)
{
cli.System.Collections.IEnumerator entries = ((cli.System.Collections.IEnumerable)props).GetEnumerator();