Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Oct 3, 2023
2 parents 17f687b + 7269f28 commit 28c646a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public ModuleAuthenticationImpl clone() {
}

public void setCorrelators(List<CorrelationModuleConfigurationType> correlators) {
this.correlators = correlators;
this.correlators = new ArrayList<>(correlators);
sortCorrelators();
}

Expand Down

0 comments on commit 28c646a

Please sign in to comment.