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

neil_a_wilson
01.18.2007 3e3246e42af6979556dec66ec10ad3d3e009217c
opendj-sdk/opends/src/server/org/opends/server/util/LDIFException.java
@@ -153,7 +153,6 @@
   */
  public int getMessageID()
  {
    return messageID;
  }
@@ -166,7 +165,6 @@
   */
  public long getLineNumber()
  {
    return lineNumber;
  }
@@ -184,7 +182,6 @@
   */
  public boolean canContinueReading()
  {
    return canContinueReading;
  }
}