From 66be6c035cb58baccacb6831f7403d5c2247f4b2 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 20 Oct 2014 12:46:58 +0000
Subject: [PATCH] AutoRefactored modifier's order + removed useless modifiers implied by context
---
opendj-config/src/test/java/org/forgerock/opendj/config/TestCfg.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-config/src/test/java/org/forgerock/opendj/config/TestCfg.java b/opendj-config/src/test/java/org/forgerock/opendj/config/TestCfg.java
index 184e0ca..2701603 100644
--- a/opendj-config/src/test/java/org/forgerock/opendj/config/TestCfg.java
+++ b/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();
--
Gitblit v1.10.0