From 7ea344baa8f187fe95d07c860de2d743990eba87 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 02 Oct 2009 07:29:39 +0000
Subject: [PATCH] Fix somme comments.

---
 opends/src/quicksetup/org/opends/quicksetup/util/Utils.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
index 2a162a9..10d1eca 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -1880,15 +1880,15 @@
   }
 
   /**
-   * Tries to find a customized message in the customization class.  If the
+   * Tries to find a customized object in the customization class.  If the
    * customization class does not exist or it does not contain the field
-   * as a message, returns the default message.
+   * as the specified type of the object, returns the default value.
    * @param <T> the type of the customized object.
-   * @param fieldName the name of the field representing a message in the
+   * @param fieldName the name of the field representing an object in the
    * customization class.
    * @param defaultValue the default value.
    * @param valueClass the class of the parametrized value.
-   * @return the customized message.
+   * @return the customized object.
    */
   public static <T> T getCustomizedObject(String fieldName,
       T defaultValue, Class<T> valueClass)

--
Gitblit v1.10.0