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

kenneth_suter
15.34.2007 cfc513043c5830b5a967733066068c7097b42e3c
opendj-sdk/opends/src/server/org/opends/server/admin/StringPropertyDefinition.java
@@ -26,6 +26,7 @@
 */
package org.opends.server.admin;
import org.opends.messages.Message;
@@ -240,7 +241,7 @@
   *         there is no pattern matching defined for this string
   *         property definition).
   */
  public String getPatternSynopsis() {
  public Message getPatternSynopsis() {
    return getPatternSynopsis(Locale.getDefault());
  }
@@ -258,7 +259,7 @@
   *         there is no pattern matching defined for this string
   *         property definition).
   */
  public String getPatternSynopsis(Locale locale) {
  public Message getPatternSynopsis(Locale locale) {
    ManagedObjectDefinitionI18NResource resource =
      ManagedObjectDefinitionI18NResource.getInstance();
    String property = "property." + getName()