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

Nicolas Capponi
10.17.2014 56269af431723ec4c456c92d0d019e7f6e16832a
opendj3-server-dev/src/server/org/opends/server/loggers/DebugMessageFormatter.java
@@ -33,7 +33,7 @@
 * format tokens with the text value of message arguments in debug logging
 * records.
 */
public class DebugMessageFormatter
class DebugMessageFormatter
{
  /**
   * Format the message format string with the provided arguments.
@@ -42,7 +42,7 @@
   * @param msgArgs the arguments to use when replacing tokens in the message.
   * @return the formatted message string.
   */
  public static String format(String msg, Object[] msgArgs)
  static String format(String msg, Object[] msgArgs)
  {
    StringBuilder buffer= new StringBuilder();
    Object[] decoratedArgs = decorateMessageArgs(msgArgs);