mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
more bugfixes
This commit is contained in:
@ -16,6 +16,7 @@ public class StringReader extends Reader {
|
||||
}
|
||||
}
|
||||
in.getChars(position, length, b, offset);
|
||||
position += length;
|
||||
return length;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user