This commit is contained in:
Redkale
2016-12-14 20:43:41 +08:00
parent 989d1c6db9
commit b2cbdf6642
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ public final class ArrayDecoder<T> implements Decodeable<Reader, T[]> {
private final Class componentClass;
private final Decodeable<Reader, T> decoder;
protected final Decodeable<Reader, T> decoder;
public ArrayDecoder(final ConvertFactory factory, final Type type) {
this.type = type;