whitespace fixups
[jSite2.git] / src / net / pterodactylus / util / data / Tree.java
index 634b8f7..ec47080 100644 (file)
@@ -22,7 +22,7 @@ package net.pterodactylus.util.data;
 /**
  * A tree structure in which every node can have an arbitrary amount of
  * children.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  * @param <E>
  *            The type of the element to store
@@ -34,7 +34,7 @@ public class Tree<E extends Comparable<E>> {
 
        /**
         * Returns the root node of the tree.
-        * 
+        *
         * @return The root node of the tree
         */
        public Node<E> getRootNode() {