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

Ludovic Poitou
26.31.2013 24d9c4f9b4315a26c311370c4fbd9d34d296e0e8
Minor editing in comments.
1 files modified
5 ■■■■■ changed files
opends/src/server/org/opends/server/loggers/LogCategory.java 5 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/loggers/LogCategory.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2013 ForgeRock AS.
 */
package org.opends.server.loggers;
@@ -45,7 +46,7 @@
  /**
   * Create a named type.
   * <p>
   * Note that this constructor is "protected" to allow subclassing.
   * Note that this constructor is "protected" to allow sub-classing.
   *
   * @param name  the name of the category, for example "MESSAGE".
   */
@@ -68,7 +69,7 @@
  }
  /**
   * Retrieves the string reprentation of this log category.
   * Retrieves the string representation of this log category.
   *
   * @return the non-localized name of the LogCategory, for example "ENTRY".
   */