opendj-server-legacy/src/main/java/org/opends/server/util/EMailMessage.java
@@ -114,8 +114,7 @@ this.sender = sender; this.subject = subject; recipients = new ArrayList<>(); recipients.add(recipient); recipients = CollectionUtils.newArrayList(recipient); body = new LocalizableMessageBuilder(); attachments = new LinkedList<>();