opendj-server-legacy/src/main/java/org/opends/server/admin/server/ConfigExceptionFactory.java
@@ -22,7 +22,7 @@ * * * Copyright 2008 Sun Microsystems, Inc. * Portions Copyright 2014 ForgeRock AS * Portions Copyright 2014-2015 ForgeRock AS */ package org.opends.server.admin.server; @@ -38,13 +38,13 @@ */ final class ConfigExceptionFactory { // The singleton instance. /** The singleton instance. */ private static final ConfigExceptionFactory INSTANCE = new ConfigExceptionFactory(); // Prevent instantiation. /** Prevent instantiation. */ private ConfigExceptionFactory() { // Do nothing. }