X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FProjectLifetime.java;h=4b24aec6758c17323c1fe3557c595f823f00f312;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hp=02167c5e1c23de7b873c2d3455b8052eb217834d;hpb=98585bac12bf6597d824a0123f25915f4abf0331;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/core/ProjectLifetime.java b/src/net/pterodactylus/jsite/core/ProjectLifetime.java index 02167c5..4b24aec 100644 --- a/src/net/pterodactylus/jsite/core/ProjectLifetime.java +++ b/src/net/pterodactylus/jsite/core/ProjectLifetime.java @@ -21,9 +21,8 @@ package net.pterodactylus.jsite.core; /** * Lifetime statistics of a project. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class ProjectLifetime { @@ -32,7 +31,7 @@ public class ProjectLifetime { /** * Creates new lifetime statistics. - * + * * @param creationTime * The creation time of the project */ @@ -43,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 */