remove Id keyword
[jSite2.git] / src / net / pterodactylus / jsite / core / NodeListener.java
index 615fbbe..1198969 100644 (file)
@@ -25,7 +25,6 @@ import java.util.EventListener;
  * Interface for listeners that want to be notified about node events.
  * 
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public interface NodeListener extends EventListener {