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

kenneth_suter
15.34.2007 cfc513043c5830b5a967733066068c7097b42e3c
opendj-sdk/opends/src/server/org/opends/server/admin/AliasDefaultBehaviorProvider.java
@@ -25,6 +25,7 @@
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
package org.opends.server.admin;
import org.opends.messages.Message;
import java.util.Locale;
@@ -88,7 +89,7 @@
   * @return Returns the synopsis of this alias default behavior in
   *         the default locale.
   */
  public final String getSynopsis() {
  public final Message getSynopsis() {
    return getSynopsis(Locale.getDefault());
  }
@@ -103,7 +104,7 @@
   * @return Returns the synopsis of this alias default behavior in
   *         the specified locale.
   */
  public final String getSynopsis(Locale locale) {
  public final Message getSynopsis(Locale locale) {
    ManagedObjectDefinitionI18NResource resource =
      ManagedObjectDefinitionI18NResource.getInstance();
    String property = "property." + propertyName