This commit is contained in:
Redkale
2018-12-20 13:55:46 +08:00
parent c82c0bc680
commit fcca0329c6
12 changed files with 12 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ public class ArrayDecoder<T> implements Decodeable<Reader, T[]> {
protected final Decodeable<Reader, T> componentDecoder;
protected boolean inited = false;
protected volatile boolean inited = false;
protected final Object lock = new Object();