From 80c58327faaa4873369f6bb949e62792c2f708e0 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Wed, 15 Aug 2007 21:34:53 +0000
Subject: [PATCH] This commit is a step toward getting OpenDS internationalized. There are still issues to be resolved before we can declare that we are internationalized but this commit covers the bulk of changes needed at this time.
---
opends/src/ads/org/opends/admin/ads/ADSContext.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/ads/org/opends/admin/ads/ADSContext.java b/opends/src/ads/org/opends/admin/ads/ADSContext.java
index 9db9697..53059c8 100644
--- a/opends/src/ads/org/opends/admin/ads/ADSContext.java
+++ b/opends/src/ads/org/opends/admin/ads/ADSContext.java
@@ -1096,7 +1096,7 @@
/**
* This method returns the DN of the entry that corresponds to the given host
* name port representation.
- * @param hostnameport the host name and port.
+ * @param serverUniqueId the host name and port.
* @return the DN of the entry that corresponds to the given host name and
* port.
* @throws ADSContextException if something goes wrong.
@@ -1306,7 +1306,7 @@
/**
* Returns the attributes for some server group properties.
- * @param serverProperties the server group properties.
+ * @param serverGroupProperties the server group properties.
* @return the attributes for the given server group properties.
* @throws ADSContextException if something goes wrong.
*/
@@ -1330,7 +1330,7 @@
/**
* Returns the attributes for some server group properties.
- * @param serverProperties the server group properties.
+ * @param serverGroupProperties the server group properties.
* @return the attributes for the given server group properties.
* @throws ADSContextException if something goes wrong.
*/
--
Gitblit v1.10.0