Fixed typo

This commit is contained in:
Eric Scharff 2007-09-26 11:45:44 -06:00
parent ea307cfdf8
commit c7567b4081

View File

@ -20,6 +20,6 @@ public class ByteArrayInputStream extends InputStream {
}
public int available() {
returns length - position;
return length - position;
}
}