Skip to content

Commit

Permalink
Changed constructor from protected to public.
Browse files Browse the repository at this point in the history
  • Loading branch information
CadenCCC committed Dec 18, 2024
1 parent 0d9cd13 commit 495b3af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class CompressedSerializer extends AbstractMappingSerializer {
/**
* Constructs a {@code CompressedSerializer} with the {@link CompressedLineSerializer} as its default parser.
*/
protected CompressedSerializer() {
public CompressedSerializer() {
super(CompressedLineSerializer.getInstance());
}

Expand Down

0 comments on commit 495b3af

Please sign in to comment.