whitespace fixups
[jSite2.git] / src / net / pterodactylus / jsite / core / ProjectLifetime.java
index abad60a..4b24aec 100644 (file)
@@ -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
         */