Skip to content

Commit

Permalink
better javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Aug 2, 2012
1 parent 7a0d7f5 commit 1a33687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public Map<String, String> internalMap() {
}

/**
* Removes the provided setting.
* Removes the provided setting from the internal map holding the current list of settings.
*/
public String remove(String key) {
return map.remove(key);
Expand Down

0 comments on commit 1a33687

Please sign in to comment.