Add missing @Override annotations.
[jSite.git] / src / de / todesbaum / jsite / application / UpdateChecker.java
index c49f166..01960b8 100644 (file)
@@ -191,6 +191,7 @@ public class UpdateChecker implements Runnable {
        /**
         * {@inheritDoc}
         */
+       @Override
        public void run() {
                Connection connection = freenetInterface.getConnection("jSite-" + ++counter + "-UpdateChecker");
                try {