This commit is contained in:
wentch
2016-01-22 10:09:36 +08:00
parent db9a24e315
commit faa02b4b80

View File

@@ -48,7 +48,7 @@ public abstract class Factory<R extends Reader, W extends Writer> {
private final ConcurrentHashMap<Type, Encodeable<W, ?>> encoders = new ConcurrentHashMap();
private final HashMap<AccessibleObject, ConvertColumnEntry> columnEntrys = new HashMap();
private final ConcurrentHashMap<AccessibleObject, ConvertColumnEntry> columnEntrys = new ConcurrentHashMap();
private final Set<Class> skipIgnores = new HashSet();