whitespace fixed
[jSite.git] / src / de / todesbaum / jsite / gui / FileScannerListener.java
index 3ca01db..838a2ed 100644 (file)
@@ -24,7 +24,7 @@ import java.util.EventListener;
 /**
  * Listener interface for objects that want to be notified when scanning a
  * project’s local path has finished.
- * 
+ *
  * @see FileScanner
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
@@ -32,7 +32,7 @@ public interface FileScannerListener extends EventListener {
 
        /**
         * Notifies a listener that scanning a project’s local path has finished.
-        * 
+        *
         * @param fileScanner
         *            The file scanner that finished
         */