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

Jean-Noel Rouvignac
15.17.2014 661593f15f14aaf55d73c7979dab1e900ebae2af
opendj-sdk/opendj-config/src/test/java/org/forgerock/opendj/config/server/AdminTestCaseUtils.java
@@ -42,14 +42,16 @@
 */
public final class AdminTestCaseUtils {
    // The relation name which will be used for dummy configurations. A
    // deliberately obfuscated name is chosen to avoid clashes.
    /**
     * The relation name which will be used for dummy configurations. A
     * deliberately obfuscated name is chosen to avoid clashes.
     */
    private static final String DUMMY_TEST_RELATION = "*dummy*test*relation*";
    // Indicates if the dummy relation profile has been registered.
    /** Indicates if the dummy relation profile has been registered. */
    private static boolean isProfileRegistered = false;
    // Prevent instantiation.
    /** Prevent instantiation. */
    private AdminTestCaseUtils() {
        // No implementation required.
    }