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

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/main/java/org/opends/server/util/LDIFException.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.server.util;
import org.forgerock.i18n.LocalizableMessage;
@@ -56,11 +56,13 @@
  // Indicates whether this exception is severe enough that it is no longer
  // possible to keep reading.
  /**
   * Indicates whether this exception is severe enough that it is no longer
   * possible to keep reading.
   */
  private final boolean canContinueReading;
  // The line number of the last line read from the LDIF source.
  /** The line number of the last line read from the LDIF source. */
  private final long lineNumber;