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

abobrov
17.09.2009 a58523762183884b49b49f55b89e33c2df86bcbd
- move notice messages where they belong.
3 files modified
5 ■■■■■ changed files
opends/src/messages/messages/backend.properties 2 ●●●●● patch | view | raw | blame | history
opends/src/messages/messages/task.properties 2 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/task/TaskThread.java 1 ●●●● patch | view | raw | blame | history
opends/src/messages/messages/backend.properties
@@ -1142,3 +1142,5 @@
specify the number of lock tables: defaulting to %d
SEVERE_ERR_TASKSCHED_DEPENDENCY_MISSING_412=Unable to schedule task %s \
because its dependency task %s is missing
NOTICE_TASK_STARTED_413=%s task %s started execution
NOTICE_TASK_FINISHED_414=%s task %s finished execution
opends/src/messages/messages/task.properties
@@ -194,5 +194,3 @@
SEVERE_ERR_TASK_LDAP_FAILED_TO_CONNECT_WRONG_PORT_106=Unable to connect to the \
 server at %s on port %s. Check this port is an administration port
INFO_TASK_STATE_RECURRING_107=Recurring
NOTICE_TASK_STARTED_108=%s task %s started execution
NOTICE_TASK_FINISHED_109=%s task %s finished execution
opends/src/server/org/opends/server/backends/task/TaskThread.java
@@ -36,7 +36,6 @@
import static org.opends.server.loggers.debug.DebugLogger.*;
import static org.opends.server.loggers.ErrorLogger.*;
import static org.opends.messages.BackendMessages.*;
import static org.opends.messages.TaskMessages.*;
import static org.opends.server.util.StaticUtils.*;