Browse Source

访问

research/11.0
richie 6 years ago
parent
commit
d98717bcbd
  1. 2
      fine-byte-buddy/src/com/fr/third/net/bytebuddy/dynamic/Nexus.java

2
fine-byte-buddy/src/com/fr/third/net/bytebuddy/dynamic/Nexus.java

@ -35,7 +35,7 @@ public class Nexus extends WeakReference<ClassLoader> {
/** /**
* An type-safe constant for a non-operational reference queue. * An type-safe constant for a non-operational reference queue.
*/ */
protected static final ReferenceQueue<ClassLoader> NO_QUEUE = null; public static final ReferenceQueue<ClassLoader> NO_QUEUE = null;
/** /**
* A map of keys identifying a loaded type by its name and class loader mapping their * A map of keys identifying a loaded type by its name and class loader mapping their

Loading…
Cancel
Save