X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fgui%2FFileScannerListener.java;h=63e2c3d0eaf13572039691dea3596e29f00a1f6b;hb=e47e15fdbb7515f5a3757c3f5df8c1d0950aee8e;hp=3ca01db7db3d925f54feb981623b0d9d402196d5;hpb=1a63e123264214bc77c44c4a719f620287d589e6;p=jSite.git diff --git a/src/de/todesbaum/jsite/gui/FileScannerListener.java b/src/de/todesbaum/jsite/gui/FileScannerListener.java index 3ca01db..63e2c3d 100644 --- a/src/de/todesbaum/jsite/gui/FileScannerListener.java +++ b/src/de/todesbaum/jsite/gui/FileScannerListener.java @@ -1,6 +1,5 @@ /* - * jSite - a tool for uploading websites into Freenet - * Copyright (C) 2006 David Roden + * jSite - FileScannerListener.java - Copyright © 2006–2012 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 @@ -24,7 +23,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 +31,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 */