mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
20.43.2015 0e14e9936c06004713c19ec22098978c38ce7766
Fix check style
1 files modified
8 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/util/EMailMessage.java 8 ●●●● patch | view | raw | blame | history
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)
  {