* java/io/ObjectInputStream.java (currentLoader): Fixed typo.
From-SVN: r100467
This commit is contained in:
parent
7e1603c0f0
commit
0a01ec970e
2 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue