Skip to content

Commit fef9d26

Browse files
#3 refactoring
1 parent ebcc817 commit fef9d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/olegcherednik/zip4jvm/io/out/entry/encrypted/EncryptedEntryOutputStream.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
@RequiredArgsConstructor(access = AccessLevel.PROTECTED)
3939
public abstract class EncryptedEntryOutputStream extends OutputStream {
4040

41-
protected final EncoderDataOutput encoderDataOutput;
41+
private final EncoderDataOutput encoderDataOutput;
4242
protected final EntryMetadataOutputStream emos;
4343

4444
public static EncryptedEntryOutputStream create(ZipEntry entry,

0 commit comments

Comments
 (0)