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

neil_a_wilson
07.45.2007 aaff8bbe83e02bba861c5cf1c6645dedc4e0ac1d
opends/src/server/org/opends/server/api/plugin/StartupPluginResult.java
@@ -107,8 +107,8 @@
   * Indicates whether the startup plugin completed its processing
   * successfully.
   *
   * @return  <CODE>true</CODE> if the startup plugin completed its
   *          processing successfully, or <CODE>false</CODE> if not.
   * @return  {@code true} if the startup plugin completed its
   *          processing successfully, or {@code false} if not.
   */
  public boolean completedSuccessfully()
  {
@@ -121,9 +121,8 @@
   * Indicates whether the Directory Server should continue with its
   * startup process.
   *
   * @return  <CODE>true</CODE> if the Directory Server should
   *          continue with its startup process, or <CODE>false</CODE>
   *          if not.
   * @return  {@code true} if the Directory Server should continue
   *          with its startup process, or {@code false} if not.
   */
  public boolean continueStartup()
  {
@@ -151,8 +150,8 @@
   * startup plugin.
   *
   * @return  The human-readable error message generated by the
   *          startup plugin, or <CODE>null</CODE> if there is no
   *          error message.
   *          startup plugin, or {@code null} if there is no error
   *          message.
   */
  public String getErrorMessage()
  {