1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-04-22 01:20:11 +00:00
parent a3fc8296c8
commit 6fe37c004e

View file

@ -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) {