whitespace fixups
[jSite2.git] / src / net / pterodactylus / jsite / core / Verifier.java
index fc1b32d..7f206a5 100644 (file)
@@ -24,14 +24,14 @@ import java.net.UnknownHostException;
 
 /**
  * Contains verifier for various settings.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class Verifier {
 
        /**
         * Checks whether the given name is a valid node name.
-        * 
+        *
         * @param name
         *            The name to verify
         * @return <code>true</code> if the name is okay, <code>false</code> if
@@ -43,7 +43,7 @@ public class Verifier {
 
        /**
         * Verifies the given hostname by trying to resolve it.
-        * 
+        *
         * @param hostname
         *            The hostname to verify
         * @return <code>true</code> if the hostname is not empty and can be
@@ -64,7 +64,7 @@ public class Verifier {
        /**
         * Verifies that the port number is numeric and in the range from
         * <code>0</code> to <code>65535</code>.
-        * 
+        *
         * @param portString
         *            The port number string
         * @return <code>true</code> if the port number is okay,