From cefaf59d7b956827fb7b4dc618e8ae7898ad255b Mon Sep 17 00:00:00 2001 From: Derek Hulley Date: Thu, 21 Jun 2007 11:01:07 +0000 Subject: [PATCH] closeContext method is not (and should have been) static git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6048 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/java/org/alfresco/util/ApplicationContextHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/util/ApplicationContextHelper.java b/source/java/org/alfresco/util/ApplicationContextHelper.java index 2c2d3b35ce..d188384ae2 100644 --- a/source/java/org/alfresco/util/ApplicationContextHelper.java +++ b/source/java/org/alfresco/util/ApplicationContextHelper.java @@ -60,7 +60,7 @@ public class ApplicationContextHelper * Closes and releases the application context. On the next call to * {@link #getApplicationContext()}, a new context will be given. */ - public synchronized void closeApplicationContext() + public static synchronized void closeApplicationContext() { if (instance == null) {