Skip to content

Commit

Permalink
Fix javadoc error (#523)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Jackson <[email protected]>
  • Loading branch information
cdjackson authored Feb 5, 2019
1 parent cf0631c commit 62de467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ private void removeTransactionListener(TelegesisListener listener) {
/**
* Notify any event listeners when we receive an event.
*
* @param response the {@link TelegesisEvent} received
* @param event the {@link TelegesisEvent} received
*/
private void notifyEventReceived(final TelegesisEvent event) {
logger.debug("RX Telegesis: {}", event);
Expand Down

0 comments on commit 62de467

Please sign in to comment.