X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FProjectLifetime.java;h=4b24aec6758c17323c1fe3557c595f823f00f312;hp=abad60a5fb8d208a04d623200e832d63788f7c87;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hpb=55be4a9e8373d72a9e1c25a3c8150651bb19679d diff --git a/src/net/pterodactylus/jsite/core/ProjectLifetime.java b/src/net/pterodactylus/jsite/core/ProjectLifetime.java index abad60a..4b24aec 100644 --- a/src/net/pterodactylus/jsite/core/ProjectLifetime.java +++ b/src/net/pterodactylus/jsite/core/ProjectLifetime.java @@ -21,7 +21,7 @@ package net.pterodactylus.jsite.core; /** * Lifetime statistics of a project. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class ProjectLifetime { @@ -31,7 +31,7 @@ public class ProjectLifetime { /** * Creates new lifetime statistics. - * + * * @param creationTime * The creation time of the project */ @@ -42,7 +42,7 @@ public class ProjectLifetime { /** * Returns the creation time of the project. The time is given in * milliseconds since Jan 1, 1970 UTC. - * + * * @see System#currentTimeMillis() * @return The creation time of the project */