Archiviert
13
0

Apparently wrong JavaDocs kill the build now

Dieser Commit ist enthalten in:
Dan Mulloy 2015-05-20 18:04:33 -04:00
Ursprung 27f3f76c5e
Commit abfb1ce9ac
2 geänderte Dateien mit 9 neuen und 10 gelöschten Zeilen

Datei anzeigen

@ -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);

Datei anzeigen

@ -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) {