From 8d21db36015f8560d9cd2bcee9817f2c0a07a386 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 14:11:47 +0000
Subject: [PATCH] Autorefactored javadocs

---
 opendj-server-legacy/src/main/java/org/opends/server/util/EMailMessage.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/EMailMessage.java b/opendj-server-legacy/src/main/java/org/opends/server/util/EMailMessage.java
index b0256bb..2e6c62a 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/util/EMailMessage.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/util/EMailMessage.java
@@ -23,7 +23,7 @@
  *
  *
  *      Copyright 2006-2008 Sun Microsystems, Inc.
- *      Portions Copyright 2014 ForgeRock AS
+ *      Portions Copyright 2014-2015 ForgeRock AS
  */
 package org.opends.server.util;
 
@@ -82,22 +82,22 @@
   private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
 
 
-  // The addresses of the recipients to whom this message should be sent.
+  /** The addresses of the recipients to whom this message should be sent. */
   private List<String> recipients;
 
-  // The set of attachments to include in this message.
+  /** The set of attachments to include in this message. */
   private LinkedList<MimeBodyPart> attachments;
 
-  // The MIME type for the message body.
+  /** The MIME type for the message body. */
   private String bodyMIMEType;
 
-  // The address of the sender for this message.
+  /** The address of the sender for this message. */
   private String sender;
 
-  // The subject for the mail message.
+  /** The subject for the mail message. */
   private String subject;
 
-  // The body for the mail message.
+  /** The body for the mail message. */
   private LocalizableMessageBuilder body;
 
 

--
Gitblit v1.10.0