More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / EndListPeerNotes.java
index f6deb7f..5c381f6 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - EndListPeerNotes.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - EndListPeerNotes.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,14 +21,14 @@ package net.pterodactylus.fcp;
 /**
  * The “EndListPeerNotes” message signals the end of a list of “PeerNote”
  * messages.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class EndListPeerNotes extends BaseMessage {
 
        /**
         * Creates a new “EndListPeerNotes” message that wraps the received message.
-        * 
+        *
         * @param fcpMessage
         *            The received message
         */