Skip to content

Commit ddca160

Browse files
author
hhakimi53
authored
minor comment update (#46)
1 parent 26ea53e commit ddca160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ProcedureCallback.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class ProcedureCallback {
4848
virtual bool callback(InvocationResponse response) throw (voltdb::Exception) = 0;
4949
virtual void abandon(AbandonReason reason) {}
5050
// Mechanism for procedure to over-ride abandon property set in client in event of backpressure.
51-
// @return true: honor the abandoning of requests in case of back pressure
51+
// @return true: allow abandoning of requests in case of back pressure
5252
// false: don't abandon the requests in back pressure scenario.
5353
virtual bool allowAbandon() const {return true;}
5454
virtual ~ProcedureCallback() {}

0 commit comments

Comments
 (0)