public class StaticLocalizedMessage extends Object implements LocalizedMessage
| Constructor and Description |
|---|
StaticLocalizedMessage(String message)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString(Locale locale,
Object... arguments)
Always returns the value of message.
|
public StaticLocalizedMessage(String message)
message - The message.public String toString(Locale locale, Object... arguments)
toString in interface LocalizedMessagelocale - Ignored.arguments - Ignored.Copyright © 2019 Communote team. All rights reserved.