Skip to content

Commit

Permalink
[Java] Add case for ChallengeDecoder in EgressAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
JPWatson committed Apr 20, 2018
1 parent c3b0415 commit 973c65c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ public void onFragment(final DirectBuffer buffer, final int offset, final int le
header);
break;

case ChallengeDecoder.TEMPLATE_ID:
break;

default:
throw new IllegalStateException("Unknown templateId: " + templateId);
}
Expand Down

0 comments on commit 973c65c

Please sign in to comment.