summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--luni/src/main/java/java/lang/System.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/luni/src/main/java/java/lang/System.java b/luni/src/main/java/java/lang/System.java
index 9425894..51674e7 100644
--- a/luni/src/main/java/java/lang/System.java
+++ b/luni/src/main/java/java/lang/System.java
@@ -780,7 +780,9 @@ public final class System {
/**
* Inits an unchangeable system property with the given value.
- * This is useful when the environment needs to change under native bridge emulation.
+ *
+ * This is called from native code when the environment needs to change under native
+ * bridge emulation.
*/
private static void initUnchangeableSystemProperty(String name, String value) {
checkPropertyName(name);