More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / ARK.java
index 55a625f..498252d 100644 (file)
@@ -20,7 +20,7 @@ package net.pterodactylus.fcp;
 
 /**
  * Container for ARKs (address resolution keys).
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class ARK {
@@ -36,7 +36,7 @@ public class ARK {
 
        /**
         * Creates a new ARK with the given URI and number.
-        * 
+        *
         * @param publicURI
         *            The public URI of the ARK
         * @param number
@@ -48,7 +48,7 @@ public class ARK {
 
        /**
         * Creates a new ARK with the given URIs and number.
-        * 
+        *
         * @param publicURI
         *            The public URI of the ARK
         * @param privateURI
@@ -71,7 +71,7 @@ public class ARK {
 
        /**
         * Returns the public URI of the ARK.
-        * 
+        *
         * @return The public URI of the ARK
         */
        public String getPublicURI() {
@@ -80,7 +80,7 @@ public class ARK {
 
        /**
         * Returns the private URI of the ARK.
-        * 
+        *
         * @return The private URI of the ARK
         */
        public String getPrivateURI() {
@@ -89,7 +89,7 @@ public class ARK {
 
        /**
         * Returns the number of the ARK.
-        * 
+        *
         * @return The number of the ARK
         */
        public int getNumber() {