* java/io/ObjectInputStream.java (currentLoader): Fixed typo.

From-SVN: r100467
This commit is contained in:
Tom Tromey 2005-06-01 22:13:35 +00:00 committed by Tom Tromey
parent 7e1603c0f0
commit 0a01ec970e
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2005-06-01 Tom Tromey <tromey@redhat.com>
* java/io/ObjectInputStream.java (currentLoader): Fixed typo.
2005-06-01 Ziga Mahkovec <ziga.mahkovec@klika.si> 2005-06-01 Ziga Mahkovec <ziga.mahkovec@klika.si>
PR libgcj/20435: PR libgcj/20435:

View file

@ -783,8 +783,8 @@ public class ObjectInputStream extends InputStream
} }
/** /**
* Returns he most recent user defined ClassLoader on the execution stack * Returns the most recent user defined ClassLoader on the execution stack
* or null of none is found. * or null if none is found.
*/ */
// GCJ LOCAL: native method. // GCJ LOCAL: native method.
private native ClassLoader currentLoader(); private native ClassLoader currentLoader();