Updated Branches: refs/heads/cassandra-1.2 c48c7ef16 -> e39462557 refs/heads/trunk a583123e8 -> 0680372d8
comment Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e3946255 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e3946255 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e3946255 Branch: refs/heads/cassandra-1.2 Commit: e39462557c65d82e22644dbebfceef98ce522483 Parents: c48c7ef Author: Jonathan Ellis <[email protected]> Authored: Thu May 23 09:24:59 2013 -0500 Committer: Jonathan Ellis <[email protected]> Committed: Thu May 23 09:24:59 2013 -0500 ---------------------------------------------------------------------- .../org/apache/cassandra/net/CallbackInfo.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/e3946255/src/java/org/apache/cassandra/net/CallbackInfo.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/cassandra/net/CallbackInfo.java b/src/java/org/apache/cassandra/net/CallbackInfo.java index a5fc8ad..f0e48e9 100644 --- a/src/java/org/apache/cassandra/net/CallbackInfo.java +++ b/src/java/org/apache/cassandra/net/CallbackInfo.java @@ -55,10 +55,10 @@ public class CallbackInfo } /** - * @return TRUE if a hint should be written for this target and if the CL was achieved. FALSE otherwise. + * @return TRUE iff a hint should be written for this target. * * NOTE: - * Assumes it is only called after the write of "message" to "target" has timed out. + * Assumes it is only called after the write of "sentMessage" to "target" has timed out. */ public boolean shouldHint() {
