(Object o)
| 702 | |
| 703 | // TODO(lukes): inline in callers. There are some callers outside of guice, so this is difficult |
| 704 | public static Object convert(Object o) { |
| 705 | return Messages.convert(o); |
| 706 | } |
| 707 | |
| 708 | // TODO(lukes): inline in callers. There are some callers outside of guice, so this is difficult |
| 709 | public static Object convert(Object o, ElementSource source) { |