Get a localized message. @param key the message key @return the message
(final String key)
| 37 | * @return the message |
| 38 | */ |
| 39 | public static String get(final String key) { |
| 40 | return DEFAULT_MESSAGE_FACTORY.getInternal(key); |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Get a localized message with arguments. |
no test coverage detected