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

neil_a_wilson
12.27.2006 6af27032f03ac2b79aa92b20cbf6094d553a22b7
opendj-sdk/opends/src/server/org/opends/server/util/LDIFException.java
@@ -36,7 +36,7 @@
 * This class defines an exception that may be thrown while attempting to parse
 * LDIF content.
 */
public class LDIFException
public final class LDIFException
       extends Exception
{
  /**
@@ -60,13 +60,13 @@
  // Indicates whether this exception is severe enough that it is no longer
  // possible to keep reading.
  private boolean canContinueReading;
  private final boolean canContinueReading;
  // The line number of the last line read from the LDIF source.
  private long lineNumber;
  private final long lineNumber;
  // The unique message ID for the associated message.
  private int messageID;
  private final int messageID;