fixed checkstyle issue post merge
This commit is contained in:
parent
72bef0f6cb
commit
ca93760504
|
@ -215,7 +215,7 @@ public class ContainerReader implements Runnable {
|
|||
.updateBlockCommitSequenceId(Longs.fromByteArray(bcsId));
|
||||
}
|
||||
if (kvContainer.getContainerState()
|
||||
== ContainerProtos.ContainerDataProto.State.OPEN) {
|
||||
== ContainerProtos.ContainerDataProto.State.OPEN) {
|
||||
// commitSpace for Open Containers relies on usedBytes
|
||||
initializeUsedBytes(kvContainer);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue