ACE-4063: Typo in the message when a module upgrade is being forced

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@109063 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2015-07-28 08:39:00 +00:00
parent 26f7070b6f
commit bd727cfa84

View File

@@ -309,7 +309,7 @@ public class ModuleManagementTool implements LogOutput
if (forceInstall == true)
{
// Warn of forced install
outputVerboseMessage("WARNING: The installation of this module is being forced. All files will be removed and replaced regardless of exiting versions present.",false);
outputVerboseMessage("WARNING: The installation of this module is being forced. All files will be removed and replaced regardless of existing versions present.",false);
}
if (compareValue == 0)