mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Fixed typo
This commit is contained in:
@ -20,6 +20,6 @@ public class ByteArrayInputStream extends InputStream {
|
||||
}
|
||||
|
||||
public int available() {
|
||||
returns length - position;
|
||||
return length - position;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user