Author: bombe
Date: 2008-06-17 07:15:05 +0000 (Tue, 17 Jun 2008)
New Revision: 20394

Modified:
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ARK.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/AddPeer.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/AllData.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/BaseMessage.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientGet.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientHello.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientPut.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientPutComplexDir.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientPutDiskDir.java
   
trunk/apps/jFCPlib/src/net/pterodactylus/fcp/CloseConnectionDuplicateClientName.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ConfigData.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/DSAGroup.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/DataFound.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/EndListPeerNotes.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/EndListPeers.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/EndListPersistentRequests.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FCPPluginMessage.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FCPPluginReply.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpAdapter.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpConnection.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpConnectionHandler.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpKeyPair.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpListener.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpMessage.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpTest.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpUtils.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FileEntry.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FinishedCompression.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GenerateSSK.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetConfig.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetFailed.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetNode.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetPluginInfo.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetRequestStatus.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/IdentifierCollision.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPeer.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPeerNotes.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPeers.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPersistentRequests.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyConfig.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyPeer.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyPeerNote.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyPersistentRequest.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/NodeData.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/NodeHello.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/NodeRef.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Peer.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PeerNote.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PeerRemoved.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Persistence.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentGet.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentPut.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentPutDir.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentRequestModified.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentRequestRemoved.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PluginInfo.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Priority.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ProtocolError.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PutFailed.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PutFetchable.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PutSuccessful.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/RemovePeer.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/RemovePersistentRequest.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ReturnType.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SSKKeypair.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Shutdown.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SimpleProgress.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/StartedCompression.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SubscribeUSK.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SubscribedUSKUpdate.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDAComplete.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDAReply.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDARequest.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDAResponse.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/URIGenerated.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/UnknownNodeIdentifier.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/UnknownPeerNoteType.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/UploadFrom.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Verbosity.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Version.java
   trunk/apps/jFCPlib/src/net/pterodactylus/fcp/WatchGlobal.java
Log:
fix email address
reformat
remove Id tags

Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ARK.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ARK.java       2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ARK.java       2008-06-17 
07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * Container for ARKs (address resolution keys).
  * 
  * @author David ?Bombe? Roden <bombe at freenetproject.org>
- * @version $Id$
  */
 public class ARK {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/AddPeer.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/AddPeer.java   2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/AddPeer.java   2008-06-17 
07:15:05 UTC (rev 20394)
@@ -25,7 +25,6 @@
  * The ?AddPeer? request adds a peer to the node.
  * 
  * @author David ?Bombe? Roden <bombe at freenetproject.org>
- * @version $Id$
  */
 public class AddPeer extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/AllData.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/AllData.java   2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/AllData.java   2008-06-17 
07:15:05 UTC (rev 20394)
@@ -30,8 +30,7 @@
  * passes through all registered {@link FcpListener}s without the payload being
  * consumed, the payload is discarded!
  * 
- * @author <a href="mailto:dr at ina-germany.de">David Roden</a>
- * @version $Id$
+ * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
  */
 public class AllData extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/BaseMessage.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/BaseMessage.java       
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/BaseMessage.java       
2008-06-17 07:15:05 UTC (rev 20394)
@@ -25,7 +25,6 @@
  * A basic message abstraction that wraps a received FCP message.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientGet.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientGet.java 2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientGet.java 2008-06-17 
07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * A ?ClientGet? request is used for download files from the Freenet node.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ClientGet extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientHello.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientHello.java       
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientHello.java       
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * after calling {@link FcpConnection#connect()}.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ClientHello extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientPut.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientPut.java 2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientPut.java 2008-06-17 
07:15:05 UTC (rev 20394)
@@ -25,7 +25,6 @@
  * disk ({@link UploadFrom#disk}) or by creating a redirect to another URI 
({@link UploadFrom#redirect}).
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ClientPut extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientPutComplexDir.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientPutComplexDir.java       
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientPutComplexDir.java       
2008-06-17 07:15:05 UTC (rev 20394)
@@ -37,7 +37,6 @@
  * 
  * @see FileEntry
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ClientPutComplexDir extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientPutDiskDir.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientPutDiskDir.java  
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ClientPutDiskDir.java  
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * the disk to a single key.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ClientPutDiskDir extends FcpMessage {


Modified: 
trunk/apps/jFCPlib/src/net/pterodactylus/fcp/CloseConnectionDuplicateClientName.java
===================================================================
--- 
trunk/apps/jFCPlib/src/net/pterodactylus/fcp/CloseConnectionDuplicateClientName.java
        2008-06-17 07:00:49 UTC (rev 20393)
+++ 
trunk/apps/jFCPlib/src/net/pterodactylus/fcp/CloseConnectionDuplicateClientName.java
        2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,8 +23,6 @@
  * A ?CloseConnectionDuplicateClientName? message.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id: CloseConnectionDuplicateClientName.java 712 2008-04-11
- *          09:50:44Z bombe $
  */
 public class CloseConnectionDuplicateClientName extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ConfigData.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ConfigData.java        
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ConfigData.java        
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * 
  * @see GetConfig
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ConfigData extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/DSAGroup.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/DSAGroup.java  2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/DSAGroup.java  2008-06-17 
07:15:05 UTC (rev 20394)
@@ -27,7 +27,6 @@
  * 
  * @see DSAParams
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class DSAGroup {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/DataFound.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/DataFound.java 2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/DataFound.java 2008-06-17 
07:15:05 UTC (rev 20394)
@@ -25,7 +25,6 @@
  * actual data, though.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class DataFound extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/EndListPeerNotes.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/EndListPeerNotes.java  
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/EndListPeerNotes.java  
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * messages.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class EndListPeerNotes extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/EndListPeers.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/EndListPeers.java      
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/EndListPeers.java      
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * This message marks the end of a list of ?Peer? replies.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class EndListPeers extends BaseMessage {


Modified: 
trunk/apps/jFCPlib/src/net/pterodactylus/fcp/EndListPersistentRequests.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/EndListPersistentRequests.java 
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/EndListPersistentRequests.java 
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * {@link PersistentGet} and {@link PersistentPut} requests.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class EndListPersistentRequests extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FCPPluginMessage.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FCPPluginMessage.java  
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FCPPluginMessage.java  
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * payload to a plugin.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class FCPPluginMessage extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FCPPluginReply.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FCPPluginReply.java    
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FCPPluginReply.java    
2008-06-17 07:15:05 UTC (rev 20394)
@@ -26,7 +26,6 @@
  * {@link FCPPluginMessage} message.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class FCPPluginReply extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpAdapter.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpAdapter.java        
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpAdapter.java        
2008-06-17 07:15:05 UTC (rev 20394)
@@ -21,9 +21,8 @@

 /**
  * Adapter for {@link FcpListener}.
- *
+ * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class FcpAdapter implements FcpListener {

@@ -85,7 +84,7 @@

        /**
         * {@inheritDoc}
-        *
+        * 
         * @see FcpListener#receivedNodeData(FcpConnection, NodeData)
         */
        public void receivedNodeData(FcpConnection fcpConnection, NodeData 
nodeData) {
@@ -94,7 +93,7 @@

        /**
         * {@inheritDoc}
-        *
+        * 
         * @see FcpListener#receivedTestDDAReply(FcpConnection, TestDDAReply)
         */
        public void receivedTestDDAReply(FcpConnection fcpConnection, 
TestDDAReply testDDAReply) {

Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpConnection.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpConnection.java     
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpConnection.java     
2008-06-17 07:15:05 UTC (rev 20394)
@@ -36,9 +36,8 @@

 /**
  * An FCP connection to a Freenet node.
- *
+ * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class FcpConnection implements Closeable {

@@ -75,7 +74,7 @@
        /**
         * Creates a new FCP connection to the freenet node running on 
localhost,
         * using the default port.
-        *
+        * 
         * @throws UnknownHostException
         *             if the hostname can not be resolved
         */
@@ -86,7 +85,7 @@
        /**
         * Creates a new FCP connection to the Freenet node running on the given
         * host, listening on the default port.
-        *
+        * 
         * @param host
         *            The hostname of the Freenet node
         * @throws UnknownHostException
@@ -99,7 +98,7 @@
        /**
         * Creates a new FCP connection to the Freenet node running on the given
         * host, listening on the given port.
-        *
+        * 
         * @param host
         *            The hostname of the Freenet node
         * @param port
@@ -114,7 +113,7 @@
        /**
         * Creates a new FCP connection to the Freenet node running at the given
         * address, listening on the default port.
-        *
+        * 
         * @param address
         *            The address of the Freenet node
         */
@@ -125,7 +124,7 @@
        /**
         * Creates a new FCP connection to the Freenet node running at the given
         * address, listening on the given port.
-        *
+        * 
         * @param address
         *            The address of the Freenet node
         * @param port
@@ -142,7 +141,7 @@

        /**
         * Adds the given listener to the list of listeners.
-        *
+        * 
         * @param fcpListener
         *            The listener to add
         */
@@ -152,7 +151,7 @@

        /**
         * Removes the given listener from the list of listeners.
-        *
+        * 
         * @param fcpListener
         *            The listener to remove
         */
@@ -162,13 +161,13 @@

        /**
         * Notifies listeners that a ?NodeHello? message was received.
-        *
+        * 
         * @see FcpListener#receivedNodeHello(FcpConnection, NodeHello)
         * @param nodeHello
         *            The ?NodeHello? message
         */
        private void fireReceivedNodeHello(NodeHello nodeHello) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedNodeHello(this, nodeHello);
                }
        }
@@ -176,157 +175,157 @@
        /**
         * Notifies listeners that a ?CloseConnectionDuplicateClientName? 
message
         * was received.
-        *
+        * 
         * @see 
FcpListener#receivedCloseConnectionDuplicateClientName(FcpConnection,
         *      CloseConnectionDuplicateClientName)
         * @param closeConnectionDuplicateClientName
         *            The ?CloseConnectionDuplicateClientName? message
         */
        private void 
fireReceivedCloseConnectionDuplicateClientName(CloseConnectionDuplicateClientName
 closeConnectionDuplicateClientName) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        
fcpListener.receivedCloseConnectionDuplicateClientName(this, 
closeConnectionDuplicateClientName);
                }
        }

        /**
         * Notifies listeners that a ?SSKKeypair? message was received.
-        *
+        * 
         * @see FcpListener#receivedSSKKeypair(FcpConnection, SSKKeypair)
         * @param sskKeypair
         *            The ?SSKKeypair? message
         */
        private void fireReceivedSSKKeypair(SSKKeypair sskKeypair) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedSSKKeypair(this, sskKeypair);
                }
        }

        /**
         * Notifies listeners that a ?Peer? message was received.
-        *
+        * 
         * @see FcpListener#receivedPeer(FcpConnection, Peer)
         * @param peer
         *            The ?Peer? message
         */
        private void fireReceivedPeer(Peer peer) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedPeer(this, peer);
                }
        }

        /**
         * Notifies all listeners that an ?EndListPeers? message was received.
-        *
+        * 
         * @see FcpListener#receivedEndListPeers(FcpConnection, EndListPeers)
         * @param endListPeers
         *            The ?EndListPeers? message
         */
        private void fireReceivedEndListPeers(EndListPeers endListPeers) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedEndListPeers(this, endListPeers);
                }
        }

        /**
         * Notifies all listeners that a ?PeerNote? message was received.
-        *
+        * 
         * @see FcpListener#receivedPeerNote(FcpConnection, PeerNote)
         * @param peerNote
         */
        private void fireReceivedPeerNote(PeerNote peerNote) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedPeerNote(this, peerNote);
                }
        }

        /**
         * Notifies all listeners that an ?EndListPeerNotes? message was 
received.
-        *
+        * 
         * @see FcpListener#receivedEndListPeerNotes(FcpConnection,
         *      EndListPeerNotes)
         * @param endListPeerNotes
         *            The ?EndListPeerNotes? message
         */
        private void fireReceivedEndListPeerNotes(EndListPeerNotes 
endListPeerNotes) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedEndListPeerNotes(this, 
endListPeerNotes);
                }
        }

        /**
         * Notifies all listeners that a ?PeerRemoved? message was received.
-        *
+        * 
         * @see FcpListener#receivedPeerRemoved(FcpConnection, PeerRemoved)
         * @param peerRemoved
         *            The ?PeerRemoved? message
         */
        private void fireReceivedPeerRemoved(PeerRemoved peerRemoved) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedPeerRemoved(this, peerRemoved);
                }
        }

        /**
         * Notifies all listeners that a ?NodeData? message was received.
-        *
+        * 
         * @see FcpListener#receivedNodeData(FcpConnection, NodeData)
         * @param nodeData
         *            The ?NodeData? message
         */
        private void fireReceivedNodeData(NodeData nodeData) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedNodeData(this, nodeData);
                }
        }

        /**
         * Notifies all listeners that a ?TestDDAReply? message was received.
-        *
+        * 
         * @see FcpListener#receivedTestDDAReply(FcpConnection, TestDDAReply)
         * @param testDDAReply
         *            The ?TestDDAReply? message
         */
        private void fireReceivedTestDDAReply(TestDDAReply testDDAReply) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedTestDDAReply(this, testDDAReply);
                }
        }

        /**
         * Notifies all listeners that a ?TestDDAComplete? message was received.
-        *
+        * 
         * @see FcpListener#receivedTestDDAComplete(FcpConnection, 
TestDDAComplete)
         * @param testDDAComplete
         *            The ?TestDDAComplete? message
         */
        private void fireReceivedTestDDAComplete(TestDDAComplete 
testDDAComplete) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedTestDDAComplete(this, 
testDDAComplete);
                }
        }

        /**
         * Notifies all listeners that a ?PersistentGet? message was received.
-        *
+        * 
         * @see FcpListener#receivedPersistentGet(FcpConnection, PersistentGet)
         * @param persistentGet
         *            The ?PersistentGet? message
         */
        private void fireReceivedPersistentGet(PersistentGet persistentGet) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedPersistentGet(this, persistentGet);
                }
        }

        /**
         * Notifies all listeners that a ?PersistentPut? message was received.
-        *
+        * 
         * @see FcpListener#receivedPersistentPut(FcpConnection, PersistentPut)
         * @param persistentPut
         *            The ?PersistentPut? message
         */
        private void fireReceivedPersistentPut(PersistentPut persistentPut) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedPersistentPut(this, persistentPut);
                }
        }
@@ -334,94 +333,94 @@
        /**
         * Notifies all listeners that a ?EndListPersistentRequests? message was
         * received.
-        *
+        * 
         * @see FcpListener#receivedEndListPersistentRequests(FcpConnection,
         *      EndListPersistentRequests)
         * @param endListPersistentRequests
         *            The ?EndListPersistentRequests? message
         */
        private void 
fireReceivedEndListPersistentRequests(EndListPersistentRequests 
endListPersistentRequests) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedEndListPersistentRequests(this, 
endListPersistentRequests);
                }
        }

        /**
         * Notifies all listeners that a ?URIGenerated? message was received.
-        *
+        * 
         * @see FcpListener#receivedURIGenerated(FcpConnection, URIGenerated)
         * @param uriGenerated
         *            The ?URIGenerated? message
         */
        private void fireReceivedURIGenerated(URIGenerated uriGenerated) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedURIGenerated(this, uriGenerated);
                }
        }

        /**
         * Notifies all listeners that a ?DataFound? message was received.
-        *
+        * 
         * @see FcpListener#receivedDataFound(FcpConnection, DataFound)
         * @param dataFound
         *            The ?DataFound? message
         */
        private void fireReceivedDataFound(DataFound dataFound) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedDataFound(this, dataFound);
                }
        }

        /**
         * Notifies all listeners that an ?AllData? message was received.
-        *
+        * 
         * @see FcpListener#receivedAllData(FcpConnection, AllData)
         * @param allData
         *            The ?AllData? message
         */
        private void fireReceivedAllData(AllData allData) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedAllData(this, allData);
                }
        }

        /**
         * Notifies all listeners that a ?SimpleProgress? message was received.
-        *
+        * 
         * @see FcpListener#receivedSimpleProgress(FcpConnection, 
SimpleProgress)
         * @param simpleProgress
         *            The ?SimpleProgress? message
         */
        private void fireReceivedSimpleProgress(SimpleProgress simpleProgress) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedSimpleProgress(this, 
simpleProgress);
                }
        }

        /**
         * Notifies all listeners that a ?StartedCompression? message was 
received.
-        *
+        * 
         * @see FcpListener#receivedStartedCompression(FcpConnection,
         *      StartedCompression)
         * @param startedCompression
         *            The ?StartedCompression? message
         */
        private void fireReceivedStartedCompression(StartedCompression 
startedCompression) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedStartedCompression(this, 
startedCompression);
                }
        }

        /**
         * Notifies all listeners that a ?FinishedCompression? message was 
received.
-        *
+        * 
         * @see FcpListener#receviedFinishedCompression(FcpConnection,
         *      FinishedCompression)
         * @param finishedCompression
         *            The ?FinishedCompression? message
         */
        private void fireReceivedFinishedCompression(FinishedCompression 
finishedCompression) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receviedFinishedCompression(this, 
finishedCompression);
                }
        }
@@ -429,14 +428,14 @@
        /**
         * Notifies all listeners that an ?UnknownPeerNoteType? message was
         * received.
-        *
+        * 
         * @see FcpListener#receivedUnknownPeerNoteType(FcpConnection,
         *      UnknownPeerNoteType)
         * @param unknownPeerNoteType
         *            The ?UnknownPeerNoteType? message
         */
        private void fireReceivedUnknownPeerNoteType(UnknownPeerNoteType 
unknownPeerNoteType) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedUnknownPeerNoteType(this, 
unknownPeerNoteType);
                }
        }
@@ -444,53 +443,53 @@
        /**
         * Notifies all listeners that an ?UnknownNodeIdentifier? message was
         * received.
-        *
+        * 
         * @see FcpListener#receivedUnknownNodeIdentifier(FcpConnection,
         *      UnknownNodeIdentifier)
         * @param unknownNodeIdentifier
         *            The ?UnknownNodeIdentifier? message
         */
        private void fireReceivedUnknownNodeIdentifier(UnknownNodeIdentifier 
unknownNodeIdentifier) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedUnknownNodeIdentifier(this, 
unknownNodeIdentifier);
                }
        }

        /**
         * Notifies all listeners that a ?ConfigData? message was received.
-        *
+        * 
         * @see FcpListener#receivedConfigData(FcpConnection, ConfigData)
         * @param configData
         *            The ?ConfigData? message
         */
        private void fireReceivedConfigData(ConfigData configData) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedConfigData(this, configData);
                }
        }

        /**
         * Notifies all listeners that a ?GetFailed? message was received.
-        *
+        * 
         * @see FcpListener#receivedGetFailed(FcpConnection, GetFailed)
         * @param getFailed
         *            The ?GetFailed? message
         */
        private void fireReceivedGetFailed(GetFailed getFailed) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedGetFailed(this, getFailed);
                }
        }

        /**
         * Notifies all listeners that a ?PutFailed? message was received.
-        *
+        * 
         * @see FcpListener#receivedPutFailed(FcpConnection, PutFailed)
         * @param putFailed
         *            The ?PutFailed? message
         */
        private void fireReceivedPutFailed(PutFailed putFailed) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedPutFailed(this, putFailed);
                }
        }
@@ -498,28 +497,28 @@
        /**
         * Notifies all listeners that an ?IdentifierCollision? message was
         * received.
-        *
+        * 
         * @see FcpListener#receivedIdentifierCollision(FcpConnection,
         *      IdentifierCollision)
         * @param identifierCollision
         *            The ?IdentifierCollision? message
         */
        private void fireReceivedIdentifierCollision(IdentifierCollision 
identifierCollision) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedIdentifierCollision(this, 
identifierCollision);
                }
        }

        /**
         * Notifies all listeners that an ?PersistentPutDir? message was 
received.
-        *
+        * 
         * @see FcpListener#receivedPersistentPutDir(FcpConnection,
         *      PersistentPutDir)
         * @param persistentPutDir
         *            The ?PersistentPutDir? message
         */
        private void fireReceivedPersistentPutDir(PersistentPutDir 
persistentPutDir) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedPersistentPutDir(this, 
persistentPutDir);
                }
        }
@@ -527,54 +526,54 @@
        /**
         * Notifies all listeners that a ?PersistentRequestRemoved? message was
         * received.
-        *
+        * 
         * @see FcpListener#receivedPersistentRequestRemoved(FcpConnection,
         *      PersistentRequestRemoved)
         * @param persistentRequestRemoved
         *            The ?PersistentRequestRemoved? message
         */
        private void 
fireReceivedPersistentRequestRemoved(PersistentRequestRemoved 
persistentRequestRemoved) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedPersistentRequestRemoved(this, 
persistentRequestRemoved);
                }
        }

        /**
         * Notifies all listeners that a ?SubscribedUSKUpdate? message was 
received.
-        *
+        * 
         * @see FcpListener#receivedSubscribedUSKUpdate(FcpConnection,
         *      SubscribedUSKUpdate)
         * @param subscribedUSKUpdate
         *            The ?SubscribedUSKUpdate? message
         */
        private void fireReceivedSubscribedUSKUpdate(SubscribedUSKUpdate 
subscribedUSKUpdate) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedSubscribedUSKUpdate(this, 
subscribedUSKUpdate);
                }
        }

        /**
         * Notifies all listeners that a ?PluginInfo? message was received.
-        *
+        * 
         * @see FcpListener#receivedPluginInfo(FcpConnection, PluginInfo)
         * @param pluginInfo
         *            The ?PluginInfo? message
         */
        private void fireReceivedPluginInfo(PluginInfo pluginInfo) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedPluginInfo(this, pluginInfo);
                }
        }

        /**
         * Notifies all listeners that an ?FCPPluginReply? message was received.
-        *
+        * 
         * @see FcpListener#receivedFCPPluginReply(FcpConnection, 
FCPPluginReply)
         * @param fcpPluginReply
         *            The ?FCPPluginReply? message
         */
        private void fireReceivedFCPPluginReply(FCPPluginReply fcpPluginReply) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedFCPPluginReply(this, 
fcpPluginReply);
                }
        }
@@ -582,80 +581,80 @@
        /**
         * Notifies all listeners that a ?PersistentRequestModified? message was
         * received.
-        *
+        * 
         * @see FcpListener#receivedPersistentRequestModified(FcpConnection,
         *      PersistentRequestModified)
         * @param persistentRequestModified
         *            The ?PersistentRequestModified? message
         */
        private void 
fireReceivedPersistentRequestModified(PersistentRequestModified 
persistentRequestModified) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedPersistentRequestModified(this, 
persistentRequestModified);
                }
        }

        /**
         * Notifies all listeners that a ?PutSuccessful? message was received.
-        *
+        * 
         * @see FcpListener#receivedPutSuccessful(FcpConnection, PutSuccessful)
         * @param putSuccessful
         *            The ?PutSuccessful? message
         */
        private void fireReceivedPutSuccessful(PutSuccessful putSuccessful) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedPutSuccessful(this, putSuccessful);
                }
        }

        /**
         * Notifies all listeners that a ?PutFetchable? message was received.
-        *
+        * 
         * @see FcpListener#receivedPutFetchable(FcpConnection, PutFetchable)
         * @param putFetchable
         *            The ?PutFetchable? message
         */
        private void fireReceivedPutFetchable(PutFetchable putFetchable) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedPutFetchable(this, putFetchable);
                }
        }

        /**
         * Notifies all listeners that a ?ProtocolError? message was received.
-        *
+        * 
         * @see FcpListener#receivedProtocolError(FcpConnection, ProtocolError)
         * @param protocolError
         *            The ?ProtocolError? message
         */
        private void fireReceivedProtocolError(ProtocolError protocolError) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedProtocolError(this, protocolError);
                }
        }

        /**
         * Notifies all registered listeners that a message has been received.
-        *
+        * 
         * @see FcpListener#receivedMessage(FcpConnection, FcpMessage)
         * @param fcpMessage
         *            The message that was received
         */
        private void fireMessageReceived(FcpMessage fcpMessage) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.receivedMessage(this, fcpMessage);
                }
        }

        /**
         * Notifies all listeners that the connection to the node was closed.
-        *
+        * 
         * @param throwable
         *            The exception that caused the disconnect, or 
<code>null</code>
         *            if there was no exception
         * @see FcpListener#connectionClosed(FcpConnection, Throwable)
         */
        private void fireConnectionClosed(Throwable throwable) {
-               for (FcpListener fcpListener: fcpListeners) {
+               for (FcpListener fcpListener : fcpListeners) {
                        fcpListener.connectionClosed(this, throwable);
                }
        }
@@ -666,7 +665,7 @@

        /**
         * Connects to the node.
-        *
+        * 
         * @throws IOException
         *             if an I/O error occurs
         * @throws IllegalStateException
@@ -686,7 +685,7 @@
        /**
         * Disconnects from the node. If there is no connection to the node, 
this
         * method does nothing.
-        *
+        * 
         * @deprecated Use {@link #close()} instead
         */
        @Deprecated
@@ -704,7 +703,7 @@

        /**
         * Sends the given FCP message.
-        *
+        * 
         * @param fcpMessage
         *            The FCP message to send
         * @throws IOException
@@ -722,7 +721,7 @@
        /**
         * Handles the given message, notifying listeners. This message should 
only
         * be called by {@link FcpConnectionHandler}.
-        *
+        * 
         * @param fcpMessage
         *            The received message
         */
@@ -819,7 +818,7 @@

        /**
         * Handles a disconnect from the node.
-        *
+        * 
         * @param throwable
         *            The exception that caused the disconnect, or 
<code>null</code>
         *            if there was no exception
@@ -842,7 +841,7 @@
        /**
         * Incremets the counter in {@link #incomingMessageStatistics} by 
<cod>1</code>
         * for the given message name.
-        *
+        * 
         * @param name
         *            The name of the message to count
         */
@@ -857,7 +856,7 @@

        /**
         * Returns a limited input stream from the node?s input stream.
-        *
+        * 
         * @param dataLength
         *            The length of the stream
         * @return The limited input stream
@@ -872,9 +871,8 @@
        /**
         * A wrapper around an {@link InputStream} that only supplies a limit 
number
         * of bytes from the underlying input stream.
-        *
-        * @author <a href="mailto:dr at ina-germany.de">David Roden</a>
-        * @version $Id$
+        * 
+        * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
         */
        private static class LimitedInputStream extends FilterInputStream {

@@ -884,7 +882,7 @@
                /**
                 * Creates a new LimitedInputStream that supplies at most
                 * <code>length</code> bytes from the given input stream.
-                *
+                * 
                 * @param inputStream
                 *            The input stream
                 * @param length
@@ -949,7 +947,7 @@
                /**
                 * {@inheritDoc} This method does nothing, as {@link 
#mark(int)} and
                 * {@link #reset()} are not supported.
-                *
+                * 
                 * @see java.io.FilterInputStream#mark(int)
                 */
                @Override
@@ -959,7 +957,7 @@

                /**
                 * {@inheritDoc}
-                *
+                * 
                 * @see java.io.FilterInputStream#markSupported()
                 * @return <code>false</code>
                 */
@@ -971,7 +969,7 @@
                /**
                 * {@inheritDoc} This method does nothing, as {@link 
#mark(int)} and
                 * {@link #reset()} are not supported.
-                *
+                * 
                 * @see java.io.FilterInputStream#reset()
                 */
                @Override
@@ -982,7 +980,7 @@
                /**
                 * Consumes the input stream, i.e. read all bytes until the 
limit is
                 * reached.
-                *
+                * 
                 * @throws IOException
                 *             if an I/O error occurs
                 */

Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpConnectionHandler.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpConnectionHandler.java      
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpConnectionHandler.java      
2008-06-17 07:15:05 UTC (rev 20394)
@@ -26,9 +26,8 @@

 /**
  * Handles an FCP connection to a node.
- *
+ * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 class FcpConnectionHandler implements Runnable {

@@ -47,7 +46,7 @@
        /**
         * Creates a new connection handler that operates on the given 
connection
         * and input stream.
-        *
+        * 
         * @param fcpConnection
         *            The underlying FCP connection
         * @param remoteInputStream
@@ -121,7 +120,7 @@
        /**
         * Reads bytes from {@link #remoteInputStream} until ?\r? or ?\n? are
         * encountered and decodes the read bytes using UTF-8.
-        *
+        * 
         * @return The decoded line
         * @throws IOException
         *             if an I/O error occurs

Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpKeyPair.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpKeyPair.java        
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpKeyPair.java        
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * Container for an SSK keypair.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class FcpKeyPair {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpListener.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpListener.java       
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpListener.java       
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,15 +23,14 @@

 /**
  * Interface for objects that want to be notified on certain FCP events.
- *
+ * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public interface FcpListener extends EventListener {

        /**
         * Notifies a listener that a ?NodeHello? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param nodeHello
@@ -42,7 +41,7 @@
        /**
         * Notifies a listener that a ?CloseConnectionDuplicateClientName? 
message
         * was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param closeConnectionDuplicateClientName
@@ -52,7 +51,7 @@

        /**
         * Notifies a listener that a ?SSKKeypair? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received themessage
         * @param sskKeypair
@@ -62,7 +61,7 @@

        /**
         * Notifies a listener that a ?Peer? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param peer
@@ -72,7 +71,7 @@

        /**
         * Notifies a listener that an ?EndListPeers? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that recevied the message
         * @param endListPeers
@@ -82,7 +81,7 @@

        /**
         * Notifies a listener that a ?PeerNote? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param peerNote
@@ -92,7 +91,7 @@

        /**
         * Notifies a listener that an ?EndListPeerNotes? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param endListPeerNotes
@@ -102,7 +101,7 @@

        /**
         * Notifies a listener that a ?PeerRemoved? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param peerRemoved
@@ -112,7 +111,7 @@

        /**
         * Notifies a listener that a ?NodeData? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param nodeData
@@ -122,7 +121,7 @@

        /**
         * Notifies a listener that a ?TestDDAReply? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param testDDAReply
@@ -132,7 +131,7 @@

        /**
         * Notifies a listener that a ?TestDDAComplete? was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param testDDAComplete
@@ -142,7 +141,7 @@

        /**
         * Notifies a listener that a ?PersistentGet? was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param persistentGet
@@ -152,7 +151,7 @@

        /**
         * Notifies a listener that a ?PersistentPut? was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param persistentPut
@@ -162,7 +161,7 @@

        /**
         * Notifies a listener that a ?EndListPersistentRequests? was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param endListPersistentRequests
@@ -172,7 +171,7 @@

        /**
         * Notifies a listener that a ?URIGenerated? was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param uriGenerated
@@ -182,7 +181,7 @@

        /**
         * Notifies a listener that a ?DataFound? was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param dataFound
@@ -192,7 +191,7 @@

        /**
         * Notifies a listener that an ?AllData? was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param allData
@@ -202,7 +201,7 @@

        /**
         * Notifies a listener that a ?SimpleProgress? was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param simpleProgress
@@ -212,7 +211,7 @@

        /**
         * Notifies a listener that a ?StartedCompression? was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param startedCompression
@@ -222,7 +221,7 @@

        /**
         * Notifies a listener that a ?FinishedCompression? was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param finishedCompression
@@ -232,7 +231,7 @@

        /**
         * Notifies a listener that an ?UnknownPeerNoteType? was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param unknownPeerNoteType
@@ -242,7 +241,7 @@

        /**
         * Notifies a listener that a ?UnknownNodeIdentifier? message was 
received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param unknownNodeIdentifier
@@ -252,7 +251,7 @@

        /**
         * Notifies a listener that a ?ConfigData? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param configData
@@ -262,7 +261,7 @@

        /**
         * Notifies a listener that a ?GetFailed? message was recevied.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param getFailed
@@ -272,7 +271,7 @@

        /**
         * Notifies a listener that a ?PutFailed? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param putFailed
@@ -282,7 +281,7 @@

        /**
         * Notifies a listener that an ?IdentifierCollision? message was 
receied.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param identifierCollision
@@ -292,7 +291,7 @@

        /**
         * Notifies a listener that a ?PersistentPutDir? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param persistentPutDir
@@ -303,7 +302,7 @@
        /**
         * Notifies a listener that a ?PersistentRequestRemoved? message was
         * received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param persistentRequestRemoved
@@ -313,7 +312,7 @@

        /**
         * Notifies a listener that a ?SubscribedUSKUpdate? message was 
received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that recevied the message
         * @param subscribedUSKUpdate
@@ -323,7 +322,7 @@

        /**
         * Notifies a listener that a ?PluginInfo? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param pluginInfo
@@ -333,7 +332,7 @@

        /**
         * Notifies a listener that an ?FCPPluginReply? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param fcpPluginReply
@@ -344,7 +343,7 @@
        /**
         * Notifies a listener that a ?PersistentRequestModified? message was
         * received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param persistentRequestModified
@@ -354,7 +353,7 @@

        /**
         * Notifies a listener that a ?PutSuccessful? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param putSuccessful
@@ -364,7 +363,7 @@

        /**
         * Notifies a listener that a ?PutFetchable? message was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param putFetchable
@@ -374,7 +373,7 @@

        /**
         * Notifies a listener that a ?ProtocolError? was received.
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param protocolError
@@ -386,7 +385,7 @@
         * Notifies a listener that a message has been received. This method is 
only
         * called if {@link FcpConnection#handleMessage(FcpMessage)} does not
         * recognize the message. Should that ever happen, please file a bug 
report!
-        *
+        * 
         * @param fcpConnection
         *            The connection that received the message
         * @param fcpMessage
@@ -398,7 +397,7 @@
         * Notifies a listener that a connection was closed. A closed 
connection can
         * be reestablished by calling {@link FcpConnection#connect()} on the 
same
         * object again.
-        *
+        * 
         * @param fcpConnection
         *            The connection that was closed.
         * @param throwable

Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpMessage.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpMessage.java        
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpMessage.java        
2008-06-17 07:15:05 UTC (rev 20394)
@@ -32,9 +32,8 @@
  * An FCP message. FCP messages consist of a name, an arbitrary amount of
  * ?fields? (i.e. key-value pairs), a message end marker, and optional payload
  * data that follows the marker.
- *
+ * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class FcpMessage implements Iterable<String> {

@@ -52,7 +51,7 @@

        /**
         * Creates a new FCP message with the given name.
-        *
+        * 
         * @param name
         *            The name of the FCP message
         */
@@ -64,7 +63,7 @@
         * Creates a new FCP message with the given name and the given payload 
input
         * stream. The payload input stream is not read until the message is 
sent to
         * the node using {@link FcpConnection#sendMessage(FcpMessage)}.
-        *
+        * 
         * @param name
         *            The name of the message
         * @param payloadInputStream
@@ -77,7 +76,7 @@

        /**
         * Returns the name of the message.
-        *
+        * 
         * @return The name of the message
         */
        public String getName() {
@@ -86,7 +85,7 @@

        /**
         * Checks whether this message has a field with the given name.
-        *
+        * 
         * @param field
         *            The name of the field to check for
         * @return <code>true</code> if the message has a field with the given
@@ -99,7 +98,7 @@
        /**
         * Sets the field with the given name to the given value. If the field
         * already exists in this message it is overwritten.
-        *
+        * 
         * @param field
         *            The name of the field
         * @param value
@@ -114,7 +113,7 @@

        /**
         * Returns the value of the given field.
-        *
+        * 
         * @param field
         *            The name of the field
         * @return The value of the field, or <code>null</code> if there is no
@@ -126,7 +125,7 @@

        /**
         * Returns all fields of this message.
-        *
+        * 
         * @return All fields of this message
         */
        public Map<String, String> getFields() {
@@ -142,7 +141,7 @@

        /**
         * Sets the payload input stream of the message.
-        *
+        * 
         * @param payloadInputStream
         *            The payload input stream
         */
@@ -156,7 +155,7 @@
         * the payload is written to the given output stream after the message 
as
         * well. That means that this method can only be called once because on 
the
         * second invocation the payload input stream could not be read (again).
-        *
+        * 
         * @param outputStream
         *            The output stream to write the message to
         * @throws IOException
@@ -182,7 +181,7 @@
        /**
         * Writes the given line (followed by {@link #LINEFEED} to the given 
output
         * stream, using UTF-8 as encoding.
-        *
+        * 
         * @param outputStream
         *            The output stream to write to
         * @param line

Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpTest.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpTest.java   2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpTest.java   2008-06-17 
07:15:05 UTC (rev 20394)
@@ -25,9 +25,8 @@

 /**
  * Tests various commands and the FCP connection.
- *
+ * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class FcpTest extends TestCase {

@@ -62,7 +61,7 @@

        /**
         * Generates an SSK key pair.
-        *
+        * 
         * @throws IOException
         *             if an I/O error occurs
         * @throws InterruptedException

Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpUtils.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpUtils.java  2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FcpUtils.java  2008-06-17 
07:15:05 UTC (rev 20394)
@@ -19,8 +19,13 @@

 package net.pterodactylus.fcp;

+import java.io.ByteArrayInputStream;
+import java.io.ByteArrayOutputStream;
 import java.io.Closeable;
 import java.io.EOFException;
+import java.io.File;
+import java.io.FileInputStream;
+import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.OutputStream;
@@ -31,7 +36,7 @@
 /**
  * Helper class with utility methods for the FCP protocol.
  * 
- * @author <a href="mailto:dr at ina-germany.de">David Roden</a>
+ * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
  */
 public class FcpUtils {

@@ -77,7 +82,7 @@
         */
        public static String encodeMultiIntegerField(int[] values) {
                StringBuilder encodedField = new StringBuilder();
-               for (int value: values) {
+               for (int value : values) {
                        if (encodedField.length() > 0) {
                                encodedField.append(';');
                        }
@@ -96,7 +101,7 @@
         */
        public static String encodeMultiStringField(String[] values) {
                StringBuilder encodedField = new StringBuilder();
-               for (String value: values) {
+               for (String value : values) {
                        if (encodedField.length() > 0) {
                                encodedField.append(';');
                        }
@@ -268,4 +273,198 @@
                }
        }

+       /**
+        * This input stream stores the content of another input stream either 
in a
+        * file or in memory, depending on the length of the input stream.
+        * 
+        * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
+        */
+       public static class TempInputStream extends InputStream {
+
+               /** The default maximum lenght for in-memory storage. */
+               public static final long MAX_LENGTH_MEMORY = 65536;
+
+               /** The temporary file to read from. */
+               private final File tempFile;
+
+               /** The input stream that reads from the file. */
+               private final InputStream fileInputStream;
+
+               /** The input stream that reads from memory. */
+               private final InputStream memoryInputStream;
+
+               /**
+                * Creates a new temporary input stream that stores the given 
input
+                * stream in a temporary file.
+                * 
+                * @param originalInputStream
+                *            The original input stream
+                * @throws IOException
+                *             if an I/O error occurs
+                */
+               public TempInputStream(InputStream originalInputStream) throws 
IOException {
+                       this(originalInputStream, -1);
+               }
+
+               /**
+                * Creates a new temporary input stream that stores the given 
input
+                * stream in memory if it is shorter than {@link 
#MAX_LENGTH_MEMORY},
+                * otherwise it is stored in a file.
+                * 
+                * @param originalInputStream
+                *            The original input stream
+                * @param length
+                *            The length of the input stream
+                * @throws IOException
+                *             if an I/O error occurs
+                */
+               public TempInputStream(InputStream originalInputStream, long 
length) throws IOException {
+                       this(originalInputStream, length, MAX_LENGTH_MEMORY);
+               }
+
+               /**
+                * Creates a new temporary input stream that stores the given 
input
+                * stream in memory if it is shorter than 
<code>maxMemoryLength</code>,
+                * otherwise it is stored in a file.
+                * 
+                * @param originalInputStream
+                *            The original input stream
+                * @param length
+                *            The length of the input stream
+                * @param maxMemoryLength
+                *            The maximum length to store in memory
+                * @throws IOException
+                *             if an I/O error occurs
+                */
+               public TempInputStream(InputStream originalInputStream, long 
length, long maxMemoryLength) throws IOException {
+                       if ((length > -1) && (length <= maxMemoryLength)) {
+                               ByteArrayOutputStream memoryOutputStream = new 
ByteArrayOutputStream((int) length);
+                               try {
+                                       FcpUtils.copy(originalInputStream, 
memoryOutputStream, length, (int) length);
+                               } finally {
+                                       memoryOutputStream.close();
+                               }
+                               tempFile = null;
+                               fileInputStream = null;
+                               memoryInputStream = new 
ByteArrayInputStream(memoryOutputStream.toByteArray());
+                       } else {
+                               tempFile = File.createTempFile("temp-", ".bin");
+                               tempFile.deleteOnExit();
+                               FileOutputStream fileOutputStream = null;
+                               try {
+                                       fileOutputStream = new 
FileOutputStream(tempFile);
+                                       FcpUtils.copy(originalInputStream, 
fileOutputStream);
+                                       fileInputStream = new 
FileInputStream(tempFile);
+                               } finally {
+                                       FcpUtils.close(fileOutputStream);
+                               }
+                               memoryInputStream = null;
+                       }
+               }
+
+               /**
+                * {@inheritDoc}
+                */
+               @Override
+               public int available() throws IOException {
+                       if (memoryInputStream != null) {
+                               return memoryInputStream.available();
+                       }
+                       return fileInputStream.available();
+               }
+
+               /**
+                * {@inheritDoc}
+                */
+               @Override
+               public void close() throws IOException {
+                       if (memoryInputStream != null) {
+                               memoryInputStream.close();
+                               return;
+                       }
+                       tempFile.delete();
+                       fileInputStream.close();
+               }
+
+               /**
+                * {@inheritDoc}
+                */
+               @Override
+               public synchronized void mark(int readlimit) {
+                       if (memoryInputStream != null) {
+                               memoryInputStream.mark(readlimit);
+                               return;
+                       }
+                       fileInputStream.mark(readlimit);
+               }
+
+               /**
+                * {@inheritDoc}
+                */
+               @Override
+               public boolean markSupported() {
+                       if (memoryInputStream != null) {
+                               return memoryInputStream.markSupported();
+                       }
+                       return fileInputStream.markSupported();
+               }
+
+               /**
+                * {@inheritDoc}
+                */
+               @Override
+               public int read() throws IOException {
+                       if (memoryInputStream != null) {
+                               return memoryInputStream.read();
+                       }
+                       return fileInputStream.read();
+               }
+
+               /**
+                * {@inheritDoc}
+                */
+               @Override
+               public int read(byte[] b) throws IOException {
+                       if (memoryInputStream != null) {
+                               return memoryInputStream.read(b);
+                       }
+                       return fileInputStream.read(b);
+               }
+
+               /**
+                * {@inheritDoc}
+                */
+               @Override
+               public int read(byte[] b, int off, int len) throws IOException {
+                       if (memoryInputStream != null) {
+                               return memoryInputStream.read(b, off, len);
+                       }
+                       return fileInputStream.read(b, off, len);
+               }
+
+               /**
+                * {@inheritDoc}
+                */
+               @Override
+               public synchronized void reset() throws IOException {
+                       if (memoryInputStream != null) {
+                               memoryInputStream.reset();
+                               return;
+                       }
+                       fileInputStream.reset();
+               }
+
+               /**
+                * {@inheritDoc}
+                */
+               @Override
+               public long skip(long n) throws IOException {
+                       if (memoryInputStream != null) {
+                               return memoryInputStream.skip(n);
+                       }
+                       return fileInputStream.skip(n);
+               }
+
+       }
+
 }

Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FileEntry.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FileEntry.java 2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FileEntry.java 2008-06-17 
07:15:05 UTC (rev 20394)
@@ -28,7 +28,6 @@
  * 
  * @see ClientPutComplexDir#addFileEntry(FileEntry)
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public abstract class FileEntry {

@@ -114,7 +113,6 @@
         * {@link ClientPutComplexDir} message.
         * 
         * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
-        * @version $Id$
         */
        static class DirectFileEntry extends FileEntry {

@@ -191,7 +189,6 @@
         * A file entry for a file that should be uploaded from the disk.
         * 
         * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
-        * @version $Id$
         */
        static class DiskFileEntry extends FileEntry {

@@ -262,7 +259,6 @@
         * A file entry for a file that redirects to another URI.
         * 
         * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
-        * @version $Id$
         */
        static class RedirectFileEntry extends FileEntry {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FinishedCompression.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FinishedCompression.java       
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/FinishedCompression.java       
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,8 +23,7 @@
  * A ?FinishedCompression? message signals the client that the compression of
  * the request data has been finished.
  * 
- * @author David Roden &lt;droden at gmail.com&gt;
- * @version $Id$
+ * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
  */
 public class FinishedCompression extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GenerateSSK.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GenerateSSK.java       
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GenerateSSK.java       
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * key pair.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class GenerateSSK extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetConfig.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetConfig.java 2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetConfig.java 2008-06-17 
07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * client.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class GetConfig extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetFailed.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetFailed.java 2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetFailed.java 2008-06-17 
07:15:05 UTC (rev 20394)
@@ -30,7 +30,6 @@
  * request will be sent.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class GetFailed extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetNode.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetNode.java   2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetNode.java   2008-06-17 
07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * optionally including private and volatile data.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class GetNode extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetPluginInfo.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetPluginInfo.java     
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetPluginInfo.java     
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * node, which will response with a {@link PluginInfo} message.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class GetPluginInfo extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetRequestStatus.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetRequestStatus.java  
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/GetRequestStatus.java  
2008-06-17 07:15:05 UTC (rev 20394)
@@ -25,7 +25,6 @@
  * completed {@link ClientGet} with a return type of {@link ReturnType#direct}.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class GetRequestStatus extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/IdentifierCollision.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/IdentifierCollision.java       
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/IdentifierCollision.java       
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * chosen for a request is already existing.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class IdentifierCollision extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPeer.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPeer.java  2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPeer.java  2008-06-17 
07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * The ?ListPeer? request asks the node about the details of a given peer.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ListPeer extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPeerNotes.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPeerNotes.java     
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPeerNotes.java     
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * entered for a node. Note that notes are only supported for darknet nodes.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ListPeerNotes extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPeers.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPeers.java 2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPeers.java 2008-06-17 
07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * The ?ListPeer? requests asks the node for a list of all peers it has.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ListPeers extends FcpMessage {


Modified: 
trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPersistentRequests.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPersistentRequests.java    
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ListPersistentRequests.java    
2008-06-17 07:15:05 UTC (rev 20394)
@@ -25,7 +25,6 @@
  * on your {@link WatchGlobal} status.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ListPersistentRequests extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyConfig.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyConfig.java      
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyConfig.java      
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * The ?ModifyConfig? message is used to change the node?s configuration.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ModifyConfig extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyPeer.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyPeer.java        
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyPeer.java        
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * The ?ModifyPeer? request lets you modify certain properties of a peer.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ModifyPeer extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyPeerNote.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyPeerNote.java    
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyPeerNote.java    
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * The ?ModifyPeerNote? command modifies a peer note.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ModifyPeerNote extends FcpMessage {


Modified: 
trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyPersistentRequest.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyPersistentRequest.java   
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ModifyPersistentRequest.java   
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * persistent request while it is running.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class ModifyPersistentRequest extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/NodeData.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/NodeData.java  2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/NodeData.java  2008-06-17 
07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * The ?NodeData? contains the noderef of the node, along with additional data.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class NodeData extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/NodeHello.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/NodeHello.java 2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/NodeHello.java 2008-06-17 
07:15:05 UTC (rev 20394)
@@ -22,8 +22,7 @@
 /**
  * Some convenience methods for parsing a ?NodeHello? message from the node.
  * 
- * @author <a href="mailto:dr at ina-germany.de">David Roden</a>
- * @version $Id$
+ * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
  */
 public class NodeHello extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/NodeRef.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/NodeRef.java   2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/NodeRef.java   2008-06-17 
07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * establish a trusted and secure connection to the node.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class NodeRef {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Peer.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Peer.java      2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Peer.java      2008-06-17 
07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * The ?Peer? reply by the node contains information about a peer.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class Peer extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PeerNote.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PeerNote.java  2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PeerNote.java  2008-06-17 
07:15:05 UTC (rev 20394)
@@ -23,8 +23,7 @@
  * The ?PeerNote? message contains a private note that has been entered for a
  * darknet peer.
  * 
- * @author <a href="mailto:dr at ina-germany.de">David Roden</a>
- * @version $Id$
+ * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
  */
 public class PeerNote extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PeerRemoved.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PeerRemoved.java       
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PeerRemoved.java       
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * A ?PeerRemoved? message is sent by the node when a peer has been removed.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class PeerRemoved extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Persistence.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Persistence.java       
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Persistence.java       
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * Convenience class for persistence values.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public enum Persistence {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentGet.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentGet.java     
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentGet.java     
2008-06-17 07:15:05 UTC (rev 20394)
@@ -19,12 +19,12 @@

 package net.pterodactylus.fcp;

+
 /**
  * The ?PersistentGet? message is sent to the client to inform it about a
  * persistent download, either in the client-local queue or in the global 
queue.
  * 
- * @author <a href="mailto:dr at ina-germany.de">David Roden</a>
- * @version $Id$
+ * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
  */
 public class PersistentGet extends BaseMessage {

@@ -113,7 +113,7 @@
         * @return The priority of the request
         */
        public Priority getPriority() {
-               return 
Priority.values()[FcpUtils.safeParseInt(getField("PriorityClass"), 7)];
+               return 
Priority.values()[FcpUtils.safeParseInt(getField("PriorityClass"), 
Priority.unknown.ordinal())];
        }

        /**

Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentPut.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentPut.java     
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentPut.java     
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,8 +23,7 @@
  * A ?PersistentPut? message notifies a client about a persistent
  * {@link ClientPut} request.
  * 
- * @author <a href="mailto:dr at ina-germany.de">David Roden</a>
- * @version $Id$
+ * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
  */
 public class PersistentPut extends BaseMessage {

@@ -113,11 +112,7 @@
         *         priority could not be parsed
         */
        public Priority getPriority() {
-               try {
-                       return 
Priority.values()[Integer.valueOf(getField("PriorityClass"))];
-               } catch (NumberFormatException nfe1) {
-                       return Priority.unknown;
-               }
+               return 
Priority.values()[FcpUtils.safeParseInt(getField("PriorityClass"), 
Priority.unknown.ordinal())];
        }

        /**

Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentPutDir.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentPutDir.java  
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentPutDir.java  
2008-06-17 07:15:05 UTC (rev 20394)
@@ -25,7 +25,6 @@
  * message.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class PersistentPutDir extends BaseMessage {

@@ -72,7 +71,7 @@
         * @return The priority of the request
         */
        public Priority getPriority() {
-               return Priority.valueOf(getField("PriorityClass"));
+               return 
Priority.values()[FcpUtils.safeParseInt(getField("PriorityClass"), 
Priority.unknown.ordinal())];
        }

        /**

Modified: 
trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentRequestModified.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentRequestModified.java 
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentRequestModified.java 
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * {@link ModifyPersistentRequest}.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class PersistentRequestModified extends BaseMessage {


Modified: 
trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentRequestRemoved.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentRequestRemoved.java  
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PersistentRequestRemoved.java  
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * removed from either the global or the client-local queue.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class PersistentRequestRemoved extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PluginInfo.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PluginInfo.java        
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PluginInfo.java        
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * The ?PluginInfo? message is a reply to the {@link GetPluginInfo} request.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class PluginInfo extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Priority.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Priority.java  2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Priority.java  2008-06-17 
07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * The priority classes used by the Freenet node.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public enum Priority {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ProtocolError.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ProtocolError.java     
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ProtocolError.java     
2008-06-17 07:15:05 UTC (rev 20394)
@@ -22,8 +22,7 @@
 /**
  * The ?ProtocolError? message signals that something has gone really wrong.
  * 
- * @author <a href="mailto:dr at ina-germany.de">David Roden</a>
- * @version $Id$
+ * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
  */
 public class ProtocolError extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PutFailed.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PutFailed.java 2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PutFailed.java 2008-06-17 
07:15:05 UTC (rev 20394)
@@ -30,7 +30,6 @@
  * request will be sent.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class PutFailed extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PutFetchable.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PutFetchable.java      
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PutFetchable.java      
2008-06-17 07:15:05 UTC (rev 20394)
@@ -25,7 +25,6 @@
  * fetchable.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class PutFetchable extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PutSuccessful.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PutSuccessful.java     
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/PutSuccessful.java     
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * {@link ClientPut} (or similar) request.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class PutSuccessful extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/RemovePeer.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/RemovePeer.java        
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/RemovePeer.java        
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * The ?RemovePeer? command removes a peer.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class RemovePeer extends FcpMessage {


Modified: 
trunk/apps/jFCPlib/src/net/pterodactylus/fcp/RemovePersistentRequest.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/RemovePersistentRequest.java   
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/RemovePersistentRequest.java   
2008-06-17 07:15:05 UTC (rev 20394)
@@ -25,7 +25,6 @@
  * {@link PutFailed} message), if necessary.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class RemovePersistentRequest extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ReturnType.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ReturnType.java        
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/ReturnType.java        
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * The different return types for {@link ClientGet} requests.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public enum ReturnType {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SSKKeypair.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SSKKeypair.java        
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SSKKeypair.java        
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * message.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class SSKKeypair extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Shutdown.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Shutdown.java  2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Shutdown.java  2008-06-17 
07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * Command that shuts down the node.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class Shutdown extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SimpleProgress.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SimpleProgress.java    
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SimpleProgress.java    
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * {@link ClientGet} or {@link ClientPut} operation.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class SimpleProgress extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/StartedCompression.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/StartedCompression.java        
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/StartedCompression.java        
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * request has started.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class StartedCompression extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SubscribeUSK.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SubscribeUSK.java      
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SubscribeUSK.java      
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * of a USK changes.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class SubscribeUSK extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SubscribedUSKUpdate.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SubscribedUSKUpdate.java       
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/SubscribedUSKUpdate.java       
2008-06-17 07:15:05 UTC (rev 20394)
@@ -27,7 +27,6 @@
  * inbetween as welL!
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class SubscribedUSKUpdate extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDAComplete.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDAComplete.java   
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDAComplete.java   
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * your read and write access to a certain directory.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class TestDDAComplete extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDAReply.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDAReply.java      
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDAReply.java      
2008-06-17 07:15:05 UTC (rev 20394)
@@ -27,7 +27,6 @@
  * will give you a filename to write {@link #getContentToWrite()} to.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class TestDDAReply extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDARequest.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDARequest.java    
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDARequest.java    
2008-06-17 07:15:05 UTC (rev 20394)
@@ -23,7 +23,6 @@
  * The ?TestDDARequest? initiates a DDA test sequence.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class TestDDARequest extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDAResponse.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDAResponse.java   
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/TestDDAResponse.java   
2008-06-17 07:15:05 UTC (rev 20394)
@@ -25,7 +25,6 @@
  * read the content of the file given by {@link 
TestDDAReply#getReadFilename()}.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class TestDDAResponse extends FcpMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/URIGenerated.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/URIGenerated.java      
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/URIGenerated.java      
2008-06-17 07:15:05 UTC (rev 20394)
@@ -25,7 +25,6 @@
  * request.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class URIGenerated extends BaseMessage {


Modified: 
trunk/apps/jFCPlib/src/net/pterodactylus/fcp/UnknownNodeIdentifier.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/UnknownNodeIdentifier.java     
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/UnknownNodeIdentifier.java     
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * identifier given in a command like {@link ListPeer} is unknown.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class UnknownNodeIdentifier extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/UnknownPeerNoteType.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/UnknownPeerNoteType.java       
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/UnknownPeerNoteType.java       
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * note used in a previous {@link ModifyPeerNote} is unknown.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class UnknownPeerNoteType extends BaseMessage {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/UploadFrom.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/UploadFrom.java        
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/UploadFrom.java        
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * {@link ClientPut} and {@link ClientGet} requests.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public enum UploadFrom {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Verbosity.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Verbosity.java 2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Verbosity.java 2008-06-17 
07:15:05 UTC (rev 20394)
@@ -27,7 +27,6 @@
  * new verbosity using {@link #add(Verbosity)}.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class Verbosity {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Version.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Version.java   2008-06-17 
07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/Version.java   2008-06-17 
07:15:05 UTC (rev 20394)
@@ -25,7 +25,6 @@
  * Container for the ?lastGoodVersion? field.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class Version {


Modified: trunk/apps/jFCPlib/src/net/pterodactylus/fcp/WatchGlobal.java
===================================================================
--- trunk/apps/jFCPlib/src/net/pterodactylus/fcp/WatchGlobal.java       
2008-06-17 07:00:49 UTC (rev 20393)
+++ trunk/apps/jFCPlib/src/net/pterodactylus/fcp/WatchGlobal.java       
2008-06-17 07:15:05 UTC (rev 20394)
@@ -24,7 +24,6 @@
  * addition to the client-local queue.
  * 
  * @author David ?Bombe? Roden &lt;bombe at freenetproject.org&gt;
- * @version $Id$
  */
 public class WatchGlobal extends FcpMessage {



Reply via email to