aboutsummaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-10-11 03:05:32 +0000
committerTom Tromey <tromey@gcc.gnu.org>2006-10-11 03:05:32 +0000
commit13869d712fc5e12c4579ef03d640777adb408786 (patch)
tree23de027af767baecbdd2e5bc1b411e9973f5bc04 /libjava
parentc9a96418cca4ca8ddb6c37413470585cab76ad63 (diff)
downloadgcc-13869d712fc5e12c4579ef03d640777adb408786.zip
gcc-13869d712fc5e12c4579ef03d640777adb408786.tar.gz
gcc-13869d712fc5e12c4579ef03d640777adb408786.tar.bz2
natSystemProperties.cc (insertSystemProperties): Removed obsolete comment.
* gnu/classpath/natSystemProperties.cc (insertSystemProperties): Removed obsolete comment. From-SVN: r117626
Diffstat (limited to 'libjava')
-rw-r--r--libjava/ChangeLog5
-rw-r--r--libjava/gnu/classpath/natSystemProperties.cc2
2 files changed, 6 insertions, 1 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index e6933f3..8f3e35a 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-10 Tom Tromey <tromey@redhat.com>
+
+ * gnu/classpath/natSystemProperties.cc (insertSystemProperties):
+ Removed obsolete comment.
+
2006-10-10 Keith Seitz <keiths@redhat.com>
* include/java-interp.h (_Jv_InterpMethod::get_insn): Declare.
diff --git a/libjava/gnu/classpath/natSystemProperties.cc b/libjava/gnu/classpath/natSystemProperties.cc
index 958fdcb..8196ea3 100644
--- a/libjava/gnu/classpath/natSystemProperties.cc
+++ b/libjava/gnu/classpath/natSystemProperties.cc
@@ -363,7 +363,7 @@ gnu::classpath::SystemProperties::insertSystemProperties (java::util::Properties
_Jv_platform_initProperties (newprops);
// If java.library.path is set, tell libltdl so we search the new
- // directories as well. FIXME: does this work properly on Windows?
+ // directories as well.
::java::lang::String *path = newprops->getProperty(JvNewStringLatin1("java.library.path"));
if (path)
{