| File was renamed from opends/src/server/org/opends/server/synchronization/SynchMessages.java |
| | |
| | | * |
| | | * 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.*; |
| | |
| | | * 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 |
| | |
| | | * 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"); |