X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fmain%2FVersion.java;h=c405b7a42838fd0e8b61719693d0f7536fe99d22;hp=adc8b86f59d317af2fafce9cf48248466eb25877;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hpb=55be4a9e8373d72a9e1c25a3c8150651bb19679d diff --git a/src/net/pterodactylus/jsite/main/Version.java b/src/net/pterodactylus/jsite/main/Version.java index adc8b86..c405b7a 100644 --- a/src/net/pterodactylus/jsite/main/Version.java +++ b/src/net/pterodactylus/jsite/main/Version.java @@ -21,7 +21,7 @@ package net.pterodactylus.jsite.main; /** * Container for version information. - * + * * @author David Roden <bombe@freenetproject.org> */ public class Version implements Comparable { @@ -41,7 +41,7 @@ public class Version implements Comparable { /** * Creates a new version with the given major level and minor and patch * levels set to 0. - * + * * @param major * The major level of the version */ @@ -52,7 +52,7 @@ public class Version implements Comparable { /** * Creates a new version with the given major and minor level and the patch * level set to 0. - * + * * @param major * The major level of the version * @param minor @@ -64,7 +64,7 @@ public class Version implements Comparable { /** * Creates a new version with the given major, minor, and patch level. - * + * * @param major * The major level of the version * @param minor @@ -80,7 +80,7 @@ public class Version implements Comparable { /** * Returns the version of the application. - * + * * @return The version of the application */ public static Version getVersion() { @@ -89,7 +89,7 @@ public class Version implements Comparable { /** * Returns the major level of the version. - * + * * @return The major level of the version */ public int getMajor() { @@ -98,7 +98,7 @@ public class Version implements Comparable { /** * Returns the minor level of the version. - * + * * @return The minor level of the version */ public int getMinor() { @@ -107,7 +107,7 @@ public class Version implements Comparable { /** * Returns the patch level of the version. - * + * * @return The patch level of the version */ public int getPatch() {