Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / FcpConnectionHandler.java
index 4d27038..e46966a 100644 (file)
@@ -66,6 +66,7 @@ class FcpConnectionHandler implements Runnable {
        /**
         * {@inheritDoc}
         */
+       @Override
        public void run() {
                FcpMessage fcpMessage = null;
                Throwable throwable = null;