Searched defs:helpTxt (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java543 final LocalizableString helpTxt = getSchemaI18N(i18NKey + ".help.txt", new LocalizableString(""));
544 return getSchemaDescription(help, helpTxt);
547 static LocalizableString getSchemaDescription(final LocalizableString help, final LocalizableString helpTxt) { argument
552 String helpTxtValue = helpTxt.toTranslatedString(locales);

Completed in 21 milliseconds