()
| 697 | } |
| 698 | |
| 699 | public int size() { |
| 700 | return root.errors == null ? 0 : root.errors.size(); |
| 701 | } |
| 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) { |
no outgoing calls