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

kenneth_suter
15.34.2007 80c58327faaa4873369f6bb949e62792c2f708e0
opends/src/server/org/opends/server/admin/EnumPropertyDefinition.java
@@ -26,6 +26,7 @@
 */
package org.opends.server.admin;
import org.opends.messages.Message;
@@ -214,7 +215,7 @@
   *         of this enumeration property definition in the default
   *         locale.
   */
  public final String getValueSynopsis(E value) {
  public final Message getValueSynopsis(E value) {
    return getValueSynopsis(Locale.getDefault(), value);
  }
@@ -232,7 +233,7 @@
   *         of this enumeration property definition in the specified
   *         locale.
   */
  public final String getValueSynopsis(Locale locale, E value) {
  public final Message getValueSynopsis(Locale locale, E value) {
    ManagedObjectDefinitionI18NResource resource =
      ManagedObjectDefinitionI18NResource.getInstance();
    String property = "property." + getName()