]> source.dussan.org Git - poi.git/commitdiff
Cleaned up a few minor things.
authorGlen Stampoultzis <glens@apache.org>
Mon, 1 Apr 2002 10:39:45 +0000 (10:39 +0000)
committerGlen Stampoultzis <glens@apache.org>
Mon, 1 Apr 2002 10:39:45 +0000 (10:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352304 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/util/BinaryTree.java

index 3b2356eb5e05d067ce69ec1ae20782d68bde66db..c1334dc5ea0677597cbf836a4ff6a870958aa904 100644 (file)
@@ -55,8 +55,6 @@
 
 package org.apache.poi.util;
 
-import java.lang.reflect.Array;
-
 import java.util.*;
 
 /**
@@ -127,9 +125,8 @@ import java.util.*;
  *
  * @author Marc Johnson (mjohnson at apache dot org)
  */
+public final class BinaryTree   // final for performance
 
-// final for performance
-public final class BinaryTree
     extends AbstractMap
 {
     private Node[]                _root             = new Node[]
@@ -1059,7 +1056,7 @@ public final class BinaryTree
      * rebalances the tree (somewhat, as red-black trees are not
      * perfectly balanced -- perfect balancing takes longer)
      *
-     * @param deleted_node the node being replaced
+     * @param replacement_node  the node being replaced
      * @param index _KEY or _VALUE
      */