remove the space
This commit is contained in:
parent
6059d63504
commit
9b0bedc045
|
|
@ -33,13 +33,13 @@ public class Header {
|
|||
|
||||
@Override public String toString() {
|
||||
return "{" +
|
||||
"Version: " + version + ',' +
|
||||
"IndexPolicy: " + indexPolicy + ',' +
|
||||
"CreatedAt: " + createdAt + ',' +
|
||||
"StartIndexPtr: " + startIndexPtr + ',' +
|
||||
"EndIndexPtr: " + endIndexPtr + ',' +
|
||||
"IPVersion: " + ipVersion + ',' +
|
||||
"RuntimePtrBytes: " + runtimePtrBytes +
|
||||
"Version:" + version + ',' +
|
||||
"IndexPolicy:" + indexPolicy + ',' +
|
||||
"CreatedAt:" + createdAt + ',' +
|
||||
"StartIndexPtr:" + startIndexPtr + ',' +
|
||||
"EndIndexPtr:" + endIndexPtr + ',' +
|
||||
"IPVersion:" + ipVersion + ',' +
|
||||
"RuntimePtrBytes:" + runtimePtrBytes +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue