diff --git a/fine-byte-buddy/src/com/fr/third/net/bytebuddy/dynamic/Nexus.java b/fine-byte-buddy/src/com/fr/third/net/bytebuddy/dynamic/Nexus.java index 00c16419c..ff7ee8bce 100644 --- a/fine-byte-buddy/src/com/fr/third/net/bytebuddy/dynamic/Nexus.java +++ b/fine-byte-buddy/src/com/fr/third/net/bytebuddy/dynamic/Nexus.java @@ -35,7 +35,7 @@ public class Nexus extends WeakReference { /** * An type-safe constant for a non-operational reference queue. */ - protected static final ReferenceQueue NO_QUEUE = null; + public static final ReferenceQueue NO_QUEUE = null; /** * A map of keys identifying a loaded type by its name and class loader mapping their