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

Yannick Lecaillez
19.36.2015 36f30207b4c132378c0471544202711ffd187da9
opendj-server-legacy/src/main/java/org/opends/server/api/EntryCache.java
@@ -391,11 +391,11 @@
   * be returned to the client if the corresponding monitor entry is
   * requested.
   *
   * @return  A set of attributes containing monitor data that should
   * @return  A list of attributes containing monitor data that should
   *          be returned to the client if the corresponding monitor
   *          entry is requested.
   */
  public abstract ArrayList<Attribute> getMonitorData();
  public abstract List<Attribute> getMonitorData();