OpenSearch/src
Ryan Ernst 49e965fab0 Mappings: Remove generics from FieldMapper
FieldMapper is currently generic, where the templated type
is only used as the return of a single function, value(Object).
This change simply removes this generic type. It is not needed. The
implementations of value() now has a covariant return (so
those methods have not changed).
2015-05-21 16:07:07 -07:00
..
main Mappings: Remove generics from FieldMapper 2015-05-21 16:07:07 -07:00
packaging Fix more download URLs 2015-04-28 20:40:14 +02:00
test Mappings: Remove generics from FieldMapper 2015-05-21 16:07:07 -07:00