Nits in poll flows

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133345254
This commit is contained in:
cgoldfeder 2016-09-15 21:33:44 -07:00 committed by Ben McIlwain
parent c6e9779af1
commit 841be34d18

View file

@ -119,7 +119,11 @@ public class PollAckFlow extends LoggedInFlow implements TransactionalFlow {
if (messageCount <= 0) {
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, // msg
messageCount,