Skip to content

Commit

Permalink
private final
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jul 7, 2024
1 parent 9aac2ef commit d632435
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class ObjectReaderProvider

static ObjectReaderCachePair readerCache;

static class ObjectReaderCachePair {
private static final class ObjectReaderCachePair {
final long hashCode;
final ObjectReader reader;
volatile int missCount;
Expand Down Expand Up @@ -858,7 +858,7 @@ public void setAutoTypeBeforeHandler(AutoTypeBeforeHandler autoTypeBeforeHandler
this.autoTypeBeforeHandler = autoTypeBeforeHandler;
}

static class LRUAutoTypeCache
private static final class LRUAutoTypeCache
extends LinkedHashMap<String, Date> {
private final int maxSize;

Expand Down

0 comments on commit d632435

Please sign in to comment.