Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
Signed-off-by: Lazar Petrovic <[email protected]>
  • Loading branch information
lpetrovic05 committed Jul 22, 2024
1 parent 50e3eea commit 717d425
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public class DefaultEventHasher implements EventHasher {
* @param migrateEventHashing if true then use the new event hashing algorithm for new events, events created by
* previous software versions will still need to be hashed using the old algorithm.
*/
public DefaultEventHasher(@NonNull final SemanticVersion currentSoftwareVersion, final boolean migrateEventHashing) {
public DefaultEventHasher(
@NonNull final SemanticVersion currentSoftwareVersion, final boolean migrateEventHashing) {
this.currentSoftwareVersion = Objects.requireNonNull(currentSoftwareVersion);
this.migrateEventHashing = migrateEventHashing;
}
Expand Down

0 comments on commit 717d425

Please sign in to comment.