Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
afeinberg committed Dec 12, 2011
1 parent 4556518 commit add2904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/voldemort/store/slop/HintedHandoff.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* Hinted handoff: if, when processing a pipeline for a given request, failures
* shall occur on specific nodes, the requests for these failed nodes should be
* queued up on other, currently available nodes. Semantics of the operation
* should not change i.e., if <code>requires-writes</code> are not met, the
* should not change i.e., if <code>required-writes</code> are not met, the
* request should still be considered a failure.
*/
public class HintedHandoff {
Expand Down

0 comments on commit add2904

Please sign in to comment.