Skip to content

Commit

Permalink
Merge pull request #43 from kortemik/fix-41
Browse files Browse the repository at this point in the history
Fragment.isStub is now public
  • Loading branch information
kortemik authored Oct 12, 2023
2 parents abacf5f + e2e6bfb commit 499c87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/teragrep/rlo_06/Fragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public final class Fragment implements Consumer<Stream>, Clearable, Matchable, B

final BiFunction<Stream, ByteBuffer, ByteBuffer> parseRule;

final boolean isStub;
public final boolean isStub;

Fragment() {
this.isStub = true;
Expand Down

0 comments on commit 499c87c

Please sign in to comment.