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

Jean-Noël Rouvignac
20.42.2016 61b9eb1be03fc03a9f4bb0013a08ff44a1059503
opendj-server-legacy/src/main/java/org/opends/server/loggers/MultifileTextWriter.java
@@ -229,9 +229,7 @@
    this.retentionPolicies.add(policy);
  }
  /**
   * Removes all the rotation policies currently enforced by this writer.
   */
  /** Removes all the rotation policies currently enforced by this writer. */
  public void removeAllRotationPolicies()
  {
    for(RotationPolicy policy : rotationPolicies)
@@ -249,9 +247,7 @@
    this.rotationPolicies.clear();
  }
  /**
   * Removes all retention policies being enforced by this writer.
   */
  /** Removes all retention policies being enforced by this writer. */
  public void removeAllRetentionPolicies()
  {
    this.retentionPolicies.clear();
@@ -334,7 +330,6 @@
    }
  }
  /** {@inheritDoc} */
  @Override
  public boolean isConfigurationChangeAcceptable(
      SizeLimitLogRotationPolicyCfg config, List<LocalizableMessage> unacceptableReasons)
@@ -343,7 +338,6 @@
    return true;
  }
  /** {@inheritDoc} */
  @Override
  public ConfigChangeResult applyConfigurationChange(
      SizeLimitLogRotationPolicyCfg config)
@@ -377,9 +371,7 @@
  private class RotaterThread extends DirectoryThread
  {
    MultifileTextWriter writer;
    /**
     * Create a new rotater thread.
     */
    /** Create a new rotater thread. */
    public RotaterThread(MultifileTextWriter writer)
    {
      super(name);
@@ -501,9 +493,7 @@
    return stopRequested;
  }
  /**
   * Shutdown the text writer.
   */
  /** Shutdown the text writer. */
  @Override
  public void shutdown()
  {
@@ -575,7 +565,6 @@
    }
  }
  /** {@inheritDoc} */
  @Override
  public void flush()
  {
@@ -642,7 +631,6 @@
    this.actions = actions;
  }
  /** {@inheritDoc} */
  @Override
  public long getBytesWritten()
  {
@@ -671,7 +659,6 @@
    return lastCleanCount;
  }
  /** {@inheritDoc} */
  @Override
  public Calendar getLastRotationTime()
  {