X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=bgp%2Fparser-spi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fprotocol%2Fbgp%2Fparser%2Fspi%2Fpojo%2FSimpleBGPExtensionProviderContext.java;h=fbdd8b8034bbaa8ec65cce9f1c27372b9c7f24d0;hb=e59988368f20a986f762b16fb7db36c6b0c45bdd;hp=20ad4f5adf66627819daefb834e973754ec71b38;hpb=3bce4822c8d4ad4c388e8291d46a4480244660d1;p=bgpcep.git diff --git a/bgp/parser-spi/src/main/java/org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleBGPExtensionProviderContext.java b/bgp/parser-spi/src/main/java/org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleBGPExtensionProviderContext.java index 20ad4f5adf..fbdd8b8034 100644 --- a/bgp/parser-spi/src/main/java/org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleBGPExtensionProviderContext.java +++ b/bgp/parser-spi/src/main/java/org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleBGPExtensionProviderContext.java @@ -66,7 +66,7 @@ public class SimpleBGPExtensionProviderContext extends SimpleBGPExtensionConsume this.maximumCachedObjects = maximumCachedObjects; final Cache cache = CacheBuilder.newBuilder().maximumSize(maximumCachedObjects).build(); - this.cacheRef = new AtomicReference>(cache); + this.cacheRef = new AtomicReference<>(cache); } @Override