Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d428afe

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /