Commit 0a01ec97 by Tom Tromey Committed by Tom Tromey

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

From-SVN: r100467
parent 7e1603c0
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:
......
...@@ -783,8 +783,8 @@ public class ObjectInputStream extends InputStream ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment