* java/io/ObjectInputStream.java (currentLoader): Fixed typo.
From-SVN: r100467
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user