mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 17:07:15 +02:00
Nits in poll flows
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133345254
This commit is contained in:
parent
c6e9779af1
commit
841be34d18
1 changed files with 9 additions and 5 deletions
|
@ -119,7 +119,11 @@ public class PollAckFlow extends LoggedInFlow implements TransactionalFlow {
|
||||||
if (messageCount <= 0) {
|
if (messageCount <= 0) {
|
||||||
return createOutput(SUCCESS_WITH_NO_MESSAGES);
|
return createOutput(SUCCESS_WITH_NO_MESSAGES);
|
||||||
}
|
}
|
||||||
return createOutput(SUCCESS, null, null, MessageQueueInfo.create(
|
return createOutput(
|
||||||
|
SUCCESS,
|
||||||
|
null, // responseData
|
||||||
|
null, // responseExtensions
|
||||||
|
MessageQueueInfo.create(
|
||||||
null, // eventTime
|
null, // eventTime
|
||||||
null, // msg
|
null, // msg
|
||||||
messageCount,
|
messageCount,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue