RED-6497: Removed explicit variable initialization because its marked as a checkstyle violation.
This commit is contained in:
parent
8ef9a285b3
commit
412b770e80
@ -27,7 +27,7 @@ public class FileSystemBackedArchiver implements AutoCloseable {
|
||||
private final File tempFile;
|
||||
private final ZipOutputStream zipOutputStream;
|
||||
|
||||
private long tempFileLength = 0;
|
||||
private long tempFileLength;
|
||||
|
||||
|
||||
@SneakyThrows
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user