aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-09-02 06:26:09 +0000
committerTom Tromey <tromey@gcc.gnu.org>2001-09-02 06:26:09 +0000
commit75df3bafe135a61250ae3902137e395e1b09a9b5 (patch)
tree9625c16f978d92fdbb777e3dc89898283c61293b /libjava/java
parent7eee682ba80fbddd26e9ab9ddfa320711485a405 (diff)
downloadgcc-75df3bafe135a61250ae3902137e395e1b09a9b5.zip
gcc-75df3bafe135a61250ae3902137e395e1b09a9b5.tar.gz
gcc-75df3bafe135a61250ae3902137e395e1b09a9b5.tar.bz2
javaprims.h: Regenerated class list.
* gcj/javaprims.h: Regenerated class list. * java/lang/IllegalThreadStateException.java, java/lang/InstantiationException.java: Minor comment tweaks to satisfy libgcj `classes.pl' script. From-SVN: r45354
Diffstat (limited to 'libjava/java')
-rw-r--r--libjava/java/lang/IllegalThreadStateException.java6
-rw-r--r--libjava/java/lang/InstantiationException.java2
2 files changed, 4 insertions, 4 deletions
diff --git a/libjava/java/lang/IllegalThreadStateException.java b/libjava/java/lang/IllegalThreadStateException.java
index 7b4693e..587edd4 100644
--- a/libjava/java/lang/IllegalThreadStateException.java
+++ b/libjava/java/lang/IllegalThreadStateException.java
@@ -1,6 +1,6 @@
-/* IllegalThreadStateException.java -- exception thrown when trying to
- suspend or resume an object of class Thread when it is not in an
- appropriate state for the operation.
+/* IllegalThreadStateException.java -- exception thrown when trying to
+ suspend or resume a Thread when it is not in an appropriate state
+ for the operation.
Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
diff --git a/libjava/java/lang/InstantiationException.java b/libjava/java/lang/InstantiationException.java
index 19237d7..29a82e0 100644
--- a/libjava/java/lang/InstantiationException.java
+++ b/libjava/java/lang/InstantiationException.java
@@ -1,5 +1,5 @@
/* InstantiationException.java -- exception thrown when trying to instantiate
- interfaces and abstract classes using the newInstance method of class Class.
+ interfaces and abstract classes using Class.newInstance.
Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.