Declare all possibly-static methods as static.
[jSite.git] / src / de / todesbaum / jsite / application / UpdateChecker.java
index 01960b8..0fefcc2 100644 (file)
@@ -180,7 +180,7 @@ public class UpdateChecker implements Runnable {
         *            The edition number
         * @return The URI for the update file for the given edition
         */
-       private String constructUpdateKey(int edition) {
+       private static String constructUpdateKey(int edition) {
                return UPDATE_KEY + "/jSite/" + edition + "/jSite.properties";
        }