mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
20.46.2014 66be6c035cb58baccacb6831f7403d5c2247f4b2
opendj-config/src/test/java/org/forgerock/opendj/config/TestCfg.java
@@ -74,7 +74,7 @@
     * @throws Exception
     *             If an unexpected error occurred.
     */
    public synchronized static void setUp() throws Exception {
    public static synchronized void setUp() throws Exception {
        initializeAndRegisterBundle(TestParentCfgDefn.getInstance());
        initializeAndRegisterBundle(TestChildCfgDefn.getInstance());
@@ -95,7 +95,7 @@
    /**
     * Deregisters the test configurations from the administration framework.
     */
    public synchronized static void cleanup() {
    public static synchronized void cleanup() {
        LDAPProfile.getInstance().popWrapper();
        AbstractManagedObjectDefinition<?, ?> root = RootCfgDefn.getInstance();