From 3565c01dc53c095e4a03c7e4944aacb4debda262 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 09 Dec 2008 15:15:50 +0000
Subject: [PATCH] Fix a typo in the name of the getAddresses method.

---
 opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ConnectionHandlerDescriptor.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ConnectionHandlerDescriptor.java b/opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ConnectionHandlerDescriptor.java
index bafe53c..a8ade36 100644
--- a/opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ConnectionHandlerDescriptor.java
+++ b/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);
   }

--
Gitblit v1.10.0