Skip to content

Commit

Permalink
lab 9: fixed comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akrentsel committed Mar 15, 2018
1 parent cdcf17e commit aa8c16d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lab9/lab9/BSTMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public Set<K> keySet() {
}

/** Removes KEY from the tree if present
* returns true on successful removal, false otherwise.
* returns VALUE removed,
* null on failed removal.
*/
@Override
public V remove(K key) {
Expand Down

0 comments on commit aa8c16d

Please sign in to comment.