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

kenneth_suter
15.34.2007 cfc513043c5830b5a967733066068c7097b42e3c
opendj-sdk/opends/src/server/org/opends/server/admin/IntegerPropertyDefinition.java
@@ -26,6 +26,7 @@
 */
package org.opends.server.admin;
import org.opends.messages.Message;
@@ -228,7 +229,7 @@
   *         definition in the default locale, or <code>null</code>
   *         if there is no unit synopsis.
   */
  public String getUnitSynopsis() {
  public Message getUnitSynopsis() {
    return getUnitSynopsis(Locale.getDefault());
  }
@@ -244,7 +245,7 @@
   *         definition in the specified locale, or <code>null</code>
   *         if there is no unit synopsis.
   */
  public String getUnitSynopsis(Locale locale) {
  public Message getUnitSynopsis(Locale locale) {
    ManagedObjectDefinitionI18NResource resource =
      ManagedObjectDefinitionI18NResource.getInstance();
    String property = "property." + getName() + ".syntax.integer.unit-synopsis";