mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV/3.1_ENTERPRISE_ONLY to HEAD
12465: Supporting changes for enterprise-only monitoring code. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12495 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
*/
|
||||
package org.alfresco.util;
|
||||
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.context.ConfigurableApplicationContext;
|
||||
import org.springframework.context.support.ClassPathXmlApplicationContext;
|
||||
|
||||
/**
|
||||
@@ -46,7 +46,7 @@ public class ApplicationContextHelper
|
||||
*
|
||||
* @return Returns a new application context
|
||||
*/
|
||||
public synchronized static ApplicationContext getApplicationContext()
|
||||
public synchronized static ConfigurableApplicationContext getApplicationContext()
|
||||
{
|
||||
if (instance != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user