This commit is contained in:
Redkale
2020-05-27 19:18:48 +08:00
parent 72a618a0b7
commit 0439b95139

View File

@@ -20,9 +20,7 @@ import java.util.*;
*/
public class OptionalCoder<R extends Reader, W extends Writer, T> extends SimpledCoder<R, W, Optional<T>> {
private final Type type;
private final Type componentType;
protected final Type componentType;
protected final Class componentClass;