mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-08 09:27:34 +01:00
Apparently wrong JavaDocs kill the build now
This commit is contained in:
parent
27f3f76c5e
commit
abfb1ce9ac
@ -52,7 +52,7 @@ public interface AsynchronousManager {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Unregisters and closes the first asynchronous handler associated with the given listener.
|
* Unregisters and closes the first asynchronous handler associated with the given listener.
|
||||||
* @param handler - asynchronous handler.
|
* @param listener - asynchronous listener
|
||||||
*/
|
*/
|
||||||
public abstract void unregisterAsyncHandler(PacketListener listener);
|
public abstract void unregisterAsyncHandler(PacketListener listener);
|
||||||
|
|
||||||
|
@ -602,7 +602,6 @@ public class PacketType implements Serializable, Comparable<PacketType> {
|
|||||||
/**
|
/**
|
||||||
* Determine if the given legacy packet exists.
|
* Determine if the given legacy packet exists.
|
||||||
* @param packetId - the legacy packet ID.
|
* @param packetId - the legacy packet ID.
|
||||||
* @param preference - the sender preference.
|
|
||||||
* @return TRUE if it does, FALSE otherwise.
|
* @return TRUE if it does, FALSE otherwise.
|
||||||
*/
|
*/
|
||||||
public static boolean hasLegacy(int packetId) {
|
public static boolean hasLegacy(int packetId) {
|
||||||
|
Loading…
Reference in New Issue
Block a user