mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixed ALF-9132: 'Documents' must be changed to 'Content Objects' in console license description
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28450 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -34,7 +34,6 @@ import org.springframework.context.ApplicationEvent;
|
|||||||
import org.springframework.extensions.surf.util.AbstractLifecycleBean;
|
import org.springframework.extensions.surf.util.AbstractLifecycleBean;
|
||||||
import org.springframework.extensions.surf.util.I18NUtil;
|
import org.springframework.extensions.surf.util.I18NUtil;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provide a Repository Startup Log
|
* Provide a Repository Startup Log
|
||||||
*
|
*
|
||||||
@@ -170,10 +169,10 @@ public class DescriptorStartupLog extends AbstractLifecycleBean
|
|||||||
Long maxDocs = license.getMaxDocs();
|
Long maxDocs = license.getMaxDocs();
|
||||||
if (maxDocs != null)
|
if (maxDocs != null)
|
||||||
{
|
{
|
||||||
msg += " Document limit is " + maxDocs + ".";
|
msg += " Content Object limit is " + maxDocs + ".";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* This is an important information logging since it logs the license
|
* This is an important information logging since it logs the license
|
||||||
*/
|
*/
|
||||||
logger.info(msg);
|
logger.info(msg);
|
||||||
@@ -195,7 +194,7 @@ public class DescriptorStartupLog extends AbstractLifecycleBean
|
|||||||
String installedRepoVersion = installedRepoDescriptor.getVersion();
|
String installedRepoVersion = installedRepoDescriptor.getVersion();
|
||||||
int installedSchemaVersion = installedRepoDescriptor.getSchema();
|
int installedSchemaVersion = installedRepoDescriptor.getSchema();
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Alfresco started
|
* Alfresco started
|
||||||
*/
|
*/
|
||||||
Object[] params = new Object[] {
|
Object[] params = new Object[] {
|
||||||
|
Reference in New Issue
Block a user