Apparently wrong JavaDocs kill the build now
Dieser Commit ist enthalten in:
Ursprung
27f3f76c5e
Commit
abfb1ce9ac
@ -52,7 +52,7 @@ public interface AsynchronousManager {
|
||||
|
||||
/**
|
||||
* 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);
|
||||
|
||||
|
@ -602,7 +602,6 @@ public class PacketType implements Serializable, Comparable<PacketType> {
|
||||
/**
|
||||
* Determine if the given legacy packet exists.
|
||||
* @param packetId - the legacy packet ID.
|
||||
* @param preference - the sender preference.
|
||||
* @return TRUE if it does, FALSE otherwise.
|
||||
*/
|
||||
public static boolean hasLegacy(int packetId) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren