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

jvergara
02.29.2009 7ea344baa8f187fe95d07c860de2d743990eba87
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)