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

ludovicp
30.44.2010 7486ef2bb077feb489a55db86707d96e69d12265
opends/src/server/org/opends/server/monitors/BackendMonitor.java
@@ -89,9 +89,6 @@
   */
  public BackendMonitor(Backend backend)
  {
    super(backend.getBackendID() + " Backend");
    this.backend = backend;
  }
@@ -152,28 +149,6 @@
  }
  /**
   * {@inheritDoc}
   */
  public long getUpdateInterval()
  {
    // We don't need do anything on a periodic basis.
    return 0;
  }
  /**
   * {@inheritDoc}
   */
  public void updateMonitorData()
  {
    // No implementaiton is required.
  }
  /**
   * {@inheritDoc}
   */