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

Gaetan Boismal
14.58.2016 7a79845d216f2efbc447c3ba4c5c3a992be0f42f
opendj-server-legacy/src/main/java/org/opends/quicksetup/ApplicationException.java
@@ -12,7 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2006-2008 Sun Microsystems, Inc.
 * Portions Copyright 2014-2015 ForgeRock AS.
 * Portions Copyright 2014-2016 ForgeRock AS.
 */
package org.opends.quicksetup;
import org.forgerock.i18n.LocalizableMessage;
@@ -24,7 +24,6 @@
 * during the installation.
 *
 * @see org.opends.quicksetup.installer.Installer
 * @see org.opends.quicksetup.installer.offline.OfflineInstaller
 */
public class ApplicationException extends OpenDsException {