* java/io/ObjectInputStream.java (currentLoader): Fixed typo.
From-SVN: r100467
This commit is contained in:
parent
7e1603c0f0
commit
0a01ec970e
@ -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>
|
||||
|
||||
PR libgcj/20435:
|
||||
|
@ -783,8 +783,8 @@ public class ObjectInputStream extends InputStream
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns he most recent user defined ClassLoader on the execution stack
|
||||
* or null of none is found.
|
||||
* Returns the most recent user defined ClassLoader on the execution stack
|
||||
* or null if none is found.
|
||||
*/
|
||||
// GCJ LOCAL: native method.
|
||||
private native ClassLoader currentLoader();
|
||||
|
Loading…
Reference in New Issue
Block a user