mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
Merge branch 'master' of dice:git/vm
This commit is contained in:
commit
924a588cdf
@ -95,7 +95,6 @@ public class StringBuilder {
|
|||||||
flush();
|
flush();
|
||||||
|
|
||||||
int index = length;
|
int index = length;
|
||||||
Cell p = null;
|
|
||||||
for (Cell c = chain; c != null; c = c.next) {
|
for (Cell c = chain; c != null; c = c.next) {
|
||||||
int start = index - c.value.length();
|
int start = index - c.value.length();
|
||||||
index = start;
|
index = start;
|
||||||
|
Loading…
Reference in New Issue
Block a user