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

kenneth_suter
15.34.2007 80c58327faaa4873369f6bb949e62792c2f708e0
opends/src/server/org/opends/server/admin/AdministratorAction.java
@@ -25,6 +25,7 @@
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
package org.opends.server.admin;
import org.opends.messages.Message;
@@ -149,7 +150,7 @@
   *         default locale, or <code>null</code> if there is no
   *         synopsis defined.
   */
  public final String getSynopsis() {
  public final Message getSynopsis() {
    return getSynopsis(Locale.getDefault());
  }
@@ -165,7 +166,7 @@
   *         specified locale, or <code>null</code> if there is no
   *         synopsis defined.
   */
  public final String getSynopsis(Locale locale) {
  public final Message getSynopsis(Locale locale) {
    ManagedObjectDefinitionI18NResource resource =
      ManagedObjectDefinitionI18NResource.getInstance();
    String property = "property." + propertyName