Apparently wrong JavaDocs kill the build now

This commit is contained in:
Dan Mulloy 2015-05-20 18:04:33 -04:00
parent 27f3f76c5e
commit abfb1ce9ac
2 changed files with 9 additions and 10 deletions

View File

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

View File

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