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

gbellato
13.31.2006 e07cdcbd253fd366c5002f7368470e0158bfcc2c
opends/src/server/org/opends/server/synchronization/common/LogMessages.java
File was renamed from opends/src/server/org/opends/server/synchronization/SynchMessages.java
@@ -24,7 +24,7 @@
 *
 *      Portions Copyright 2006 Sun Microsystems, Inc.
 */
package org.opends.server.synchronization;
package org.opends.server.synchronization.common;
import org.opends.server.messages.MessageHandler;
import static org.opends.server.messages.MessageHandler.*;
@@ -33,7 +33,7 @@
 * This class defines the set of message IDs and default format strings for
 * messages associated with the Synchronization.
 */
public class SynchMessages {
public class LogMessages {
  /**
   * Name used to store attachment of historical information in the
@@ -268,7 +268,7 @@
   * Register the messages from this class in the core server.
   *
   */
  static void registerMessages()
  public static void registerMessages()
  {
    MessageHandler.registerMessage(MSGID_SYNC_INVALID_DN,
       "The Synchronization configuration DN is invalid");