add error messages for missing font selections
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpAdapter.java
index c2f7fbf..9b858cf 100644 (file)
@@ -267,4 +267,11 @@ public class FcpAdapter implements FcpListener {
                /* empty. */
        }
 
+       /**
+        * {@inheritDoc}
+        */
+       public void connectionClosed(FcpConnection fcpConnection) {
+               /* empty. */
+       }
+
 }