X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fmain%2FVersion.java;h=373703cb4dadee928a6d4440b352a9ba60f2d18b;hb=8bc7a8f2372639a9fbeea34f9cbee9697f34ba3f;hp=2b80c36aa93c8737ae1e606da71f629c59f64dcd;hpb=b9bf0fcac997c3cabf84348d18bccff041673da2;p=jSite.git diff --git a/src/de/todesbaum/jsite/main/Version.java b/src/de/todesbaum/jsite/main/Version.java index 2b80c36..373703c 100644 --- a/src/de/todesbaum/jsite/main/Version.java +++ b/src/de/todesbaum/jsite/main/Version.java @@ -1,6 +1,5 @@ /* - * jSite - a tool for uploading websites into Freenet - * Copyright (C) 2006 David Roden + * jSite - Version.java - Copyright © 2006–2012 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -100,6 +99,7 @@ public class Version implements Comparable { /** * {@inheritDoc} */ + @Override public int compareTo(Version version) { int lessComponents = Math.min(components.length, version.components.length); for (int index = 0; index < lessComponents; index++) {