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