mirror of
https://github.com/corda/corda.git
synced 2025-02-27 11:36:42 +00:00
Fixed typo
This commit is contained in:
parent
ea307cfdf8
commit
c7567b4081
@ -20,6 +20,6 @@ public class ByteArrayInputStream extends InputStream {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int available() {
|
public int available() {
|
||||||
returns length - position;
|
return length - position;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user