BufferedReader.java, [...]: Re-merged with Classpath.
* java/io/BufferedReader.java, java/io/ObjectInput.java, java/io/ObjectInputValidation.java, java/io/ObjectOutput.java: Re-merged with Classpath. From-SVN: r45342
This commit is contained in:
parent
898c7238df
commit
788d7b942c
6 changed files with 10 additions and 4 deletions
|
@ -36,7 +36,7 @@ package java.io;
|
|||
*
|
||||
* @author Aaron M. Renn (arenn@urbanophile.com)
|
||||
*/
|
||||
public abstract interface ObjectOutput extends DataOutput
|
||||
public interface ObjectOutput extends DataOutput
|
||||
{
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue