Skip to content

Commit d428afe

Browse files
committed
Fixed Param of Comment
1 parent fbf24fa commit d428afe

File tree

1 file changed

+1
-1
lines changed
  • src/com/jwetherell/algorithms/data_structures

1 file changed

+1
-1
lines changed

src/com/jwetherell/algorithms/data_structures/BTree.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public boolean add(T value) {
109109
/**
110110
* The node's key size is greater than maxKeySize, split down the middle.
111111
*
112-
* @param node
112+
* @param nodeToSplit
113113
* to split.
114114
*/
115115
private void split(Node<T> nodeToSplit) {

0 commit comments

Comments
 (0)