Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

94074: Merged 5.0.N (5.0.1) to HEAD-BUG-FIX (5.1/Cloud)
      94039: MNT-12775: Problem with L10N of patch message when upgrading from unsupported revision
       - Modify message id to correspond key from path-service.properties.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@95038 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis 2015-01-31 15:31:21 +00:00
parent 0fc76cf7ca
commit aadc84dfc6

View File

@ -30,7 +30,7 @@ import org.alfresco.service.cmr.admin.PatchException;
*/
public class NoLongerSupportedPatch extends AbstractPatch
{
private static final String ERR_USE_INCREMENTAL_UPGRADE = "patch.NoLongerSupportedPatch.err.use_incremental_upgrade";
private static final String ERR_USE_INCREMENTAL_UPGRADE = "patch.noLongerSupportedPatch.err.use_incremental_upgrade";
private String lastSupportedVersion;