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

neil_a_wilson
07.45.2007 aaff8bbe83e02bba861c5cf1c6645dedc4e0ac1d
opends/src/server/org/opends/server/api/plugin/LDIFPluginResult.java
@@ -90,9 +90,9 @@
   * Indicates whether any further LDIF import/export plugins should
   * be invoked for the associated entry.
   *
   * @return  <CODE>true</CODE> if any further LDIF import/export
   *          plugins should be invoked for the associated entry, or
   *          <CODE>false</CODE> if not.
   * @return  {@code true} if any further LDIF import/export plugins
   *          should be invoked for the associated entry, or
   *          {@code false} if not.
   */
  public boolean continuePluginProcessing()
  {
@@ -105,8 +105,8 @@
   * Indicates whether the associated entry should still be
   * imported/exported.
   *
   * @return  <CODE>true</CODE> if the associated entry should still
   *          be imported/exported, or <CODE>false</CODE> if not.
   * @return  {@code true} if the associated entry should still be
   *          imported/exported, or {@code false} if not.
   */
  public boolean continueEntryProcessing()
  {