Add @Override annotations that are missing for JDK-1.6 compatibility.
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / FcpConnection.java
index 484e7c3..2688d21 100644 (file)
@@ -196,6 +196,7 @@ public class FcpConnection implements Closeable {
         * Closes the connection. If there is no connection to the node, this method
         * does nothing.
         */
+       @Override
        public void close() {
                handleDisconnect(null);
        }