Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated.
* Makefile.in: Likewise.
* scripts/makemake.tcl: Use glob -nocomplain.
From-SVN: r107049
This commit is contained in:
@@ -55,7 +55,7 @@ import java.io.PushbackInputStream;
|
||||
*/
|
||||
public class LittleEndianInputStream
|
||||
extends FilterInputStream
|
||||
implements abstractDataInputStream
|
||||
implements AbstractDataInput
|
||||
{
|
||||
// Byte buffer, used to make primitive read calls more efficient.
|
||||
byte[] buf = new byte[ 8 ];
|
||||
|
||||
Reference in New Issue
Block a user