whitespace fixups
[jSite2.git] / src / net / pterodactylus / jsite / core / Insert.java
index 019dcde..ba61be2 100644 (file)
@@ -1,16 +1,16 @@
 /*
  * jSite2 - Insert.java - Copyright © 2008 David Roden
- * 
+ *
  * This program is free software; you can redistribute it and/or modify it under
  * the terms of the GNU General Public License as published by the Free Software
  * Foundation; either version 2 of the License, or (at your option) any later
  * version.
- * 
+ *
  * This program is distributed in the hope that it will be useful, but WITHOUT
  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
  * details.
- * 
+ *
  * You should have received a copy of the GNU General Public License along with
  * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
  * Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -20,7 +20,7 @@ package net.pterodactylus.jsite.core;
 
 /**
  * Represents a currently running or past insert.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class Insert extends Request {
@@ -36,7 +36,7 @@ public class Insert extends Request {
 
        /**
         * Creates a new insert that starts now.
-        * 
+        *
         * @param project
         *            The project that is inserted
         * @param node
@@ -50,7 +50,7 @@ public class Insert extends Request {
 
        /**
         * Creates a new insert.
-        * 
+        *
         * @param project
         *            The project that is inserted
         * @param node
@@ -68,7 +68,7 @@ public class Insert extends Request {
 
        /**
         * Returns the project that is inserted.
-        * 
+        *
         * @return The inserted project
         */
        public Project getProject() {
@@ -77,7 +77,7 @@ public class Insert extends Request {
 
        /**
         * Returns the start time of the insert.
-        * 
+        *
         * @return The start time of the insert
         */
        public long getStartTime() {
@@ -87,7 +87,7 @@ public class Insert extends Request {
        /**
         * Returns the end time of the insert. If the insert has not yet finished,
         * <code>-1</code> is returned.
-        * 
+        *
         * @return The end time of the insert, or <code>-1</code> if the insert is
         *         still running
         */
@@ -97,7 +97,7 @@ public class Insert extends Request {
 
        /**
         * Sets the end time of the insert.
-        * 
+        *
         * @param endTime
         *            The end time of the insert
         */