Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / WatchGlobal.java
index e78ad0e..b973679 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - WatchGlobal.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - WatchGlobal.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
@@ -22,15 +21,14 @@ package net.pterodactylus.fcp;
 /**
  * The “WatchGlobal” messages enables clients to watch the global queue in
  * addition to the client-local queue.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class WatchGlobal extends FcpMessage {
 
        /**
         * Enables or disables watching the global queue.
-        * 
+        *
         * @param enabled
         *            <code>true</code> to watch the global queue and the
         *            client-local queue, <code>false</code> to watch only the
@@ -43,7 +41,7 @@ public class WatchGlobal extends FcpMessage {
        /**
         * Enables or disables watching the global queue, optionally masking out
         * certain events.
-        * 
+        *
         * @param enabled
         *            <code>true</code> to watch the global queue and the
         *            client-local queue, <code>false</code> to watch only the