mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-07 18:25:23 +00:00
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:
parent
0fc76cf7ca
commit
aadc84dfc6
@ -30,7 +30,7 @@ import org.alfresco.service.cmr.admin.PatchException;
|
|||||||
*/
|
*/
|
||||||
public class NoLongerSupportedPatch extends AbstractPatch
|
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;
|
private String lastSupportedVersion;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user