(Object b, Object c)
| 2457 | @HiddenInAutocomplete |
| 2458 | public Object convert(Object value, List<Class> fit) { |
| 2459 | return Conversions.convert(value, fit); |
| 2460 | |
| 2461 | // if (fit == null) return value; |
| 2462 | // if (fit.get(0) |
| 2463 | // .isInstance(value)) return value; |
| 2464 | // |
| 2465 | // // promote non-arrays to arrays |