(String messageFormat, Object... arguments)
| 680 | |
| 681 | // TODO(lukes): inline into callers |
| 682 | public static String format(String messageFormat, Object... arguments) { |
| 683 | return Messages.format(messageFormat, arguments); |
| 684 | } |
| 685 | |
| 686 | public List<Message> getMessages() { |
| 687 | if (root.errors == null) { |