This commit is contained in:
RedKale
2016-02-16 10:16:09 +08:00
parent ce2293fe24
commit afefc16f5e
16 changed files with 35 additions and 35 deletions

View File

@@ -30,7 +30,7 @@ public final class ArrayDecoder<T> implements Decodeable<Reader, T[]> {
private final Decodeable<Reader, T> decoder;
public ArrayDecoder(final Factory factory, final Type type) {
public ArrayDecoder(final ConvertFactory factory, final Type type) {
this.type = type;
if (type instanceof GenericArrayType) {
Type t = ((GenericArrayType) type).getGenericComponentType();