Skip to content

Commit

Permalink
Fixit
Browse files Browse the repository at this point in the history
  • Loading branch information
pbernet committed May 21, 2024
1 parent c85c1d4 commit ed5690d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/alpakka/env/jms/AESBroker.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ public void preProcessDispatch(MessageDispatch messageDispatch) {
messageDispatch.setMessage(decryptedMessage);
next.preProcessDispatch(messageDispatch);
}
;
}

// Synonym for IV would be: nonce (= number once)
Expand Down

0 comments on commit ed5690d

Please sign in to comment.