Commit 9e67ea6a authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Testing shuold work again

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9925 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1c4bf9eb
......@@ -38,15 +38,14 @@ import java.util.Set;
*/
public class ClearspaceManager extends BasicModule implements ExternalComponentManagerListener {
private static ClearspaceManager instance;
private static ClearspaceManager instance = new ClearspaceManager();
private Map<String, String> properties;
private String uri;
private String sharedSecret;
/**
* Provides singleton access to an instance of the ClearspaceManager class. A <tt>null</tt>
* value will be returned before the setup is completed.
* Provides singleton access to an instance of the ClearspaceManager class.
*
* @return an ClearspaceManager instance.
*/
......@@ -155,8 +154,6 @@ public class ClearspaceManager extends BasicModule implements ExternalComponentM
Log.debug("ClearspaceManager: " + buf.toString());
}
instance = this;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment