X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FProjectLifetime.java;h=4b24aec6758c17323c1fe3557c595f823f00f312;hb=a70826c63fc16069cc7ea11c3957e221e79545c4;hp=abad60a5fb8d208a04d623200e832d63788f7c87;hpb=cf127faffabd3f07b0acc6de9ea746059d571b56;p=jSite2.git 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 */