whitespace fixups
[jSite2.git] / src / net / pterodactylus / jsite / core / InsertListener.java
index 0ab6acb..d4751c0 100644 (file)
@@ -1,20 +1,21 @@
 /*
  * jSite2 - InsertListener.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.
  */
+
 package net.pterodactylus.jsite.core;
 
 import java.util.EventListener;
@@ -22,14 +23,14 @@ import java.util.EventListener;
 /**
  * Interface for objects that want to be notified on events emitted by the
  * {@link InsertManager}.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public interface InsertListener extends EventListener {
 
        /**
         * Notifies a listener that an insert was added.
-        * 
+        *
         * @param insert
         *            The insert that was added
         */
@@ -37,7 +38,7 @@ public interface InsertListener extends EventListener {
 
        /**
         * Notifies a listener that an insert was removed.
-        * 
+        *
         * @param insert
         *            The insert that was removed
         */
@@ -45,7 +46,7 @@ public interface InsertListener extends EventListener {
 
        /**
         * Notifies a listener that an insert was started.
-        * 
+        *
         * @param insert
         *            The insert that was started
         */
@@ -53,7 +54,7 @@ public interface InsertListener extends EventListener {
 
        /**
         * Notifies a listener that an insert made some progress.
-        * 
+        *
         * @param insert
         *            The insert that made some progress
         */
@@ -61,7 +62,7 @@ public interface InsertListener extends EventListener {
 
        /**
         * Notifies listeners that an insert generated a URI.
-        * 
+        *
         * @param insert
         *            The insert that generated a URI
         * @param uri
@@ -71,7 +72,7 @@ public interface InsertListener extends EventListener {
 
        /**
         * Notifies a listener that an insert has finished.
-        * 
+        *
         * @param insert
         *            The insert that has finished
         */