X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fgui%2FNodeManagerListener.java;h=d6a9404384a96a6da8d9d5cf52113b8dd86ef499;hb=bbfa208695e2a7f1bb555f841623945767f296e7;hp=924c7f674ae8dac59ba18d16177dfbeb6849673b;hpb=da127cd41fa65b7ec217f8e9f525ed7534abf5e1;p=jSite.git diff --git a/src/de/todesbaum/jsite/gui/NodeManagerListener.java b/src/de/todesbaum/jsite/gui/NodeManagerListener.java index 924c7f6..d6a9404 100644 --- a/src/de/todesbaum/jsite/gui/NodeManagerListener.java +++ b/src/de/todesbaum/jsite/gui/NodeManagerListener.java @@ -1,5 +1,5 @@ /* - * jSite-0.7 - + * jSite-0.7 - * Copyright (C) 2006 David Roden * * This program is free software; you can redistribute it and/or modify @@ -26,14 +26,14 @@ import de.todesbaum.jsite.application.Node; /** * Listener interface for objects that want to be notified if the node * configuration changes. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public interface NodeManagerListener extends EventListener { /** * Notifies a listener that the node configuration was changed. - * + * * @param nodes * The new list of nodes */