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

jvergara
09.15.2008 3565c01dc53c095e4a03c7e4944aacb4debda262
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ConnectionHandlerDescriptor.java
@@ -171,7 +171,7 @@
   * Returns the address port representation of the listener.
   * @return the address port representation of the listener.
   */
  public SortedSet<InetAddress> getAdresses()
  public SortedSet<InetAddress> getAddresses()
  {
    return new TreeSet<InetAddress>(addresses);
  }