[changelog] fix ignored contributors.format setting. Fixes #332

This commit is contained in:
Andres Almiray
2021-08-02 19:27:58 +02:00
parent 1823b1cdd5
commit fc6be6592d

View File

@@ -228,11 +228,10 @@ public class Changelog implements EnabledAware {
return contributors;
}
public void setContributors(Contributors hide) {
public void setContributors(Contributors contributors) {
this.contributors.setAll(contributors);
}
public Hide getHide() {
return hide;
}