Skip to content

Commit 8c15352

Browse files
committed
aeron-io#197: added no-op onGroupHeader() method to AbstractTokenListener
1 parent 57d32f3 commit 8c15352

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main/java/uk/co/real_logic/sbe/otf/AbstractTokenListener.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ public void onEndComposite(final Token fieldToken, final List<Token> tokens, fin
6464
// no op
6565
}
6666

67+
public void onGroupHeader(Token token, int numInGroup)
68+
{
69+
// no op
70+
}
71+
6772
public void onBeginGroup(final Token token, final int groupIndex, final int numInGroup)
6873
{
6974
// no op

0 commit comments

Comments
 (0)