More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / SSKKeypair.java
index b7cd574..fd0b40a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - SSKKeypair.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - SSKKeypair.java - Copyright © 2008 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,14 +21,14 @@ package net.pterodactylus.fcp;
 /**
  * An “SSKKeypair” message that is sent as a response to a {@link GenerateSSK}
  * message.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class SSKKeypair extends BaseMessage {
 
        /**
         * Creates a new “SSKKeypair” message that wraps the received message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */
@@ -39,7 +38,7 @@ public class SSKKeypair extends BaseMessage {
 
        /**
         * Returns the identifier of the request.
-        * 
+        *
         * @return The identifier of the request
         */
        public String getIdentifier() {
@@ -48,7 +47,7 @@ public class SSKKeypair extends BaseMessage {
 
        /**
         * Returns the URI that must be used to insert data.
-        * 
+        *
         * @return The insert URI
         */
        public String getInsertURI() {
@@ -57,7 +56,7 @@ public class SSKKeypair extends BaseMessage {
 
        /**
         * Returns the URI that must be used to request data.
-        * 
+        *
         * @return The request URI
         */
        public String getRequestURI() {