diff options
Diffstat (limited to 'libjava/java')
-rw-r--r-- | libjava/java/lang/IllegalThreadStateException.java | 6 | ||||
-rw-r--r-- | libjava/java/lang/InstantiationException.java | 2 |
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. |