More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / FcpKeyPair.java
index 44ccb5d..4b9ba05 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FcpKeyPair.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FcpKeyPair.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
@@ -21,9 +20,8 @@ package net.pterodactylus.fcp;
 
 /**
  * Container for an SSK keypair.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class FcpKeyPair {
 
@@ -35,7 +33,7 @@ public class FcpKeyPair {
 
        /**
         * Creates a new keypair from the given keys.
-        * 
+        *
         * @param publicKey
         *            The public key
         * @param privateKey
@@ -48,7 +46,7 @@ public class FcpKeyPair {
 
        /**
         * Returns the public key of this keypair.
-        * 
+        *
         * @return The public key
         */
        public String getPublicKey() {
@@ -57,7 +55,7 @@ public class FcpKeyPair {
 
        /**
         * Returns the private key of this keypair.
-        * 
+        *
         * @return The private key
         */
        public String getPrivateKey() {