From 0e14e9936c06004713c19ec22098978c38ce7766 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Fri, 20 Nov 2015 10:43:22 +0000
Subject: [PATCH] Fix check style
---
opendj-server-legacy/src/main/java/org/opends/server/util/EMailMessage.java | 8 ++++----
1 files changed, 4 insertions(+), 4 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 8436dd1..4812e7e 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
@@ -230,9 +230,9 @@
/**
- * Retrieves the MIME Type for the body of this message
+ * Retrieves the MIME Type for the body of this message.
*
- * @return The MIME Type for this message
+ * @return The MIME Type for this message.
*/
public String getBodyMIMEType()
{
@@ -240,9 +240,9 @@
}
/**
- * Specifies the MIME Type for the body of this message
+ * Specifies the MIME Type for the body of this message.
*
- * @param bodyMIMEType The MIME Type for this message
+ * @param bodyMIMEType The MIME Type for this message.
*/
public void setBodyMIMEType(String bodyMIMEType)
{
--
Gitblit v1.10.0