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

neil_a_wilson
07.45.2007 aaff8bbe83e02bba861c5cf1c6645dedc4e0ac1d
opends/src/server/org/opends/server/api/plugin/PostOperationPluginResult.java
@@ -91,9 +91,8 @@
   * Indicates whether the post-operation plugin terminated the client
   * connection.
   *
   * @return  <CODE>true</CODE> if the post-operation plugin
   *          terminated the client connection, or <CODE>false</CODE>
   *          if not.
   * @return  {@code true} if the post-operation plugin terminated the
   *          client connection, or {@code false} if not.
   */
  public boolean connectionTerminated()
  {
@@ -106,9 +105,9 @@
   * Indicates whether any further post-operation plugins should be
   * invoked for this operation.
   *
   * @return  <CODE>true</CODE> if any further post-operation plugins
   *          should be invoked for this operation, or
   *          <CODE>false</CODE> if not.
   * @return  {@code true} if any further post-operation plugins
   *          should be invoked for this operation, or {@code false}
   *          if not.
   */
  public boolean continuePluginProcessing()
  {