OPENDJ-2725 Correct message resources and classes for replication messages
Category SYNC was assigned to source classes only, but in the resource map.
Add the correct file for resources and reset the source class category.
| | |
| | | SOURCE_CLASSES.put("org.opends.server.admin", "ADMIN"); |
| | | |
| | | // The category used for messages associated with the Synchronization |
| | | RESOURCE_NAMES.put("org.opends.server.replication", "SYNC"); |
| | | RESOURCE_NAMES.put("org.opends.messages.replication", "SYNC"); |
| | | SOURCE_CLASSES.put("org.opends.server.replication", "SYNC"); |
| | | |
| | | // The category used for messages associated with quicksetup tools |
| | | RESOURCE_NAMES.put("org.opends.messages.quickSetup", "QUICKSETUP"); |