master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
1 changed files with 1 additions and 1 deletions
Showing only changes of commit da88c850c6 - Show all commits

View File

@ -74,7 +74,7 @@ public class CommunitySplit implements Serializable {
.stream()
.map(con -> con.getCode())
.collect(Collectors.toList())
.contains(c)
.contains(c);
}
return false;
}