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

pgamba
14.37.2009 4fe72a4bef946169b0f50bc05bd9dc3b4b1131d3
opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLWorkflowElement.java
@@ -171,12 +171,12 @@
  /**
   * Registers the provided persistent search operation with this
   * local backend workflow element so that it will be notified of any
   * workflow element so that it will be notified of any
   * add, delete, modify, or modify DN operations that are performed.
   *
   * @param persistentSearch
   *          The persistent search operation to register with this
   *          local backend workflow element.
   *          workflow element.
   */
  void registerPersistentSearch(PersistentSearch persistentSearch)
  {
@@ -198,10 +198,10 @@
  /**
   * Gets the list of persistent searches currently active against
   * this local backend workflow element.
   * this workflow element.
   *
   * @return The list of persistent searches currently active against
   *         this local backend workflow element.
   *         this workflow element.
   */
  public List<PersistentSearch> getPersistentSearches()
  {