From f45e3caf7c8c9b4a6f4807a6a0cbe99aacddd8cd Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 13 Nov 2014 12:21:49 +0000
Subject: [PATCH] Removed the apparently obsolete "Two spaces after dot" English spacing convention

---
 opendj3-server-dev/src/messages/messages/task.properties |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/opendj3-server-dev/src/messages/messages/task.properties b/opendj3-server-dev/src/messages/messages/task.properties
index 6256a8c..294f129 100644
--- a/opendj3-server-dev/src/messages/messages/task.properties
+++ b/opendj3-server-dev/src/messages/messages/task.properties
@@ -54,7 +54,7 @@
 INFO_TASK_SHUTDOWN_DEFAULT_MESSAGE_3=The Directory Server shutdown process \
  has been initiated by task %s
 INFO_TASK_SHUTDOWN_CUSTOM_MESSAGE_4=The Directory Server shutdown process has \
- been initiated by task %s:  %s
+ been initiated by task %s: %s
 ERR_TASK_ADDSCHEMAFILE_NO_FILENAME_5=Unable to add one or more files \
  to the server schema because no schema file names were provided in attribute \
  %s of task entry %s
@@ -63,10 +63,10 @@
  schema directory %s
 ERR_TASK_ADDSCHEMAFILE_ERROR_CHECKING_FOR_FILE_7=Unable to add one or \
  more files to the server schema because an error occurred while attempting to \
- determine whether file %s exists in schema directory %s:  %s
+ determine whether file %s exists in schema directory %s: %s
 ERR_TASK_ADDSCHEMAFILE_ERROR_LOADING_SCHEMA_FILE_8=An error occurred \
  while attempting to load the contents of schema file %s into the server \
- schema:  %s
+ schema: %s
 ERR_TASK_ADDSCHEMAFILE_CANNOT_LOCK_SCHEMA_9=Unable to add one or more \
  files to the server schema because the server was unable to obtain a write \
  lock on the schema entry %s after multiple attempts
@@ -86,7 +86,7 @@
  sufficient privileges to initiate a Directory Server shutdown
 ERR_TASK_ADDSCHEMAFILE_CANNOT_NOTIFY_SYNC_PROVIDER_17=An error \
  occurred while attempting to notify a synchronization provider of type %s \
- about the schema changes made by the add schema file task:  %s
+ about the schema changes made by the add schema file task: %s
 ERR_TASK_INDEXREBUILD_INSUFFICIENT_PRIVILEGES_18=You do not have \
  sufficient privileges to initiate an index rebuild
 ERR_TASK_INITIALIZE_INVALID_DN_20=Invalid DN provided with the \
@@ -95,7 +95,7 @@
  privilege may place the server in lockdown mode
 ERR_TASK_ENTERLOCKDOWN_NOT_LOOPBACK_22=Only users with the \
  SERVER_LOCKDOWN privilege connected from a loopback address may place the \
-  server in lockdown mode
+ server in lockdown mode
 ERR_TASK_LEAVELOCKDOWN_NOT_ROOT_23=Only users with the SERVER_LOCKDOWN \
  privilege may cause the server to leave lockdown mode
 ERR_TASK_LEAVELOCKDOWN_NOT_LOOPBACK_24=Only users with the \
@@ -184,7 +184,7 @@
 INFO_FAILED_DEPENDENCY_ACTION_PROCESS_99=Process
 INFO_FAILED_DEPENDENCY_ACTION_CANCEL_100=Cancel
 INFO_FAILED_DEPENDENCY_ACTION_DISABLE_101=Disable
-INFO_TASK_STOPPED_BY_ADMIN_102=Task was stopped by an administrator:  %s
+INFO_TASK_STOPPED_BY_ADMIN_102=Task was stopped by an administrator: %s
 ERR_TASK_INITIALIZE_INVALID_GENERATION_ID_103=Invalid generation ID provided with the \
  task
 INFO_IMPORT_ARG_TEMPLATE_FILE_104=Template File

--
Gitblit v1.10.0