Fix copyright line.
[jFCPlib.git] / src / net / pterodactylus / fcp / PersistentRequestRemoved.java
index c9cacce..e765461 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PersistentRequestRemoved.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PersistentRequestRemoved.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
@@ -24,7 +23,6 @@ package net.pterodactylus.fcp;
  * removed from either the global or the client-local queue.
  * 
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class PersistentRequestRemoved extends BaseMessage {
 
@@ -52,8 +50,8 @@ public class PersistentRequestRemoved extends BaseMessage {
         * Returns whether the request was removed from the global queue.
         * 
         * @return <code>true</code> if the request was removed from the global
-        *         queue, <code>false</code> if it was removed from the
-        *         client-local queue
+        *         queue, <code>false</code> if it was removed from the client-local
+        *         queue
         */
        public boolean isGlobal() {
                return Boolean.valueOf(getField("Global"));