mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
a3fc8296c8
commit
6fe37c004e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import com.ibm.icu.text.MessageFormat;
|
||||||
public class Messages {
|
public class Messages {
|
||||||
|
|
||||||
public static String format(String message, Object object) {
|
public static String format(String message, Object object) {
|
||||||
return MessageFormat.format(message, new Object[] { object});
|
return MessageFormat.format(message, new Object[] { object });
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String format(String message, Object[] objects) {
|
public static String format(String message, Object[] objects) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue