diff options
Diffstat (limited to 'libjava/java/lang/Runtime.java')
-rw-r--r-- | libjava/java/lang/Runtime.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/lang/Runtime.java b/libjava/java/lang/Runtime.java index 932600b..5c6037e 100644 --- a/libjava/java/lang/Runtime.java +++ b/libjava/java/lang/Runtime.java @@ -1,5 +1,5 @@ /* Runtime.java -- access to the VM process - Copyright (C) 1998, 2002 Free Software Foundation + Copyright (C) 1998, 2002, 2003 Free Software Foundation This file is part of GNU Classpath. @@ -65,7 +65,7 @@ public class Runtime /** * The current security manager. This is located here instead of in - * Runtime, to avoid security problems, as well as bootstrap issues. + * System, to avoid security problems, as well as bootstrap issues. * Make sure to access it in a thread-safe manner; it is package visible * to avoid overhead in java.lang. */ |