Skip to content

Commit

Permalink
#3 refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-cherednik committed Oct 28, 2024
1 parent ebcc817 commit fef9d26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@RequiredArgsConstructor(access = AccessLevel.PROTECTED)
public abstract class EncryptedEntryOutputStream extends OutputStream {

protected final EncoderDataOutput encoderDataOutput;
private final EncoderDataOutput encoderDataOutput;
protected final EntryMetadataOutputStream emos;

public static EncryptedEntryOutputStream create(ZipEntry entry,
Expand Down

0 comments on commit fef9d26

Please sign in to comment.