- * Note that this only works for listeners that derive from PacketAdapter. * @param plugin - the plugin to unload. */ public void removePacketListeners(Plugin plugin); diff --git a/ProtocolLib/src/com/comphenix/protocol/reflect/VolatileField.java b/ProtocolLib/src/com/comphenix/protocol/reflect/VolatileField.java index b6259332..6b131a74 100644 --- a/ProtocolLib/src/com/comphenix/protocol/reflect/VolatileField.java +++ b/ProtocolLib/src/com/comphenix/protocol/reflect/VolatileField.java @@ -2,7 +2,6 @@ package com.comphenix.protocol.reflect; import java.lang.reflect.Field; - /** * Represents a field that will revert to its original state when this class is garbaged collected. *