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