mirror of
https://github.com/google/nomulus
synced 2026-02-05 04:21:07 +00:00
Add a nomulus tool command to bulk ACK poll messages
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=252674014
This commit is contained in:
@@ -26,7 +26,7 @@ public final class PollFlowUtils {
|
||||
private PollFlowUtils() {}
|
||||
|
||||
/** Returns a query for poll messages for the logged in registrar which are not in the future. */
|
||||
static Query<PollMessage> getPollMessagesQuery(String clientId, DateTime now) {
|
||||
public static Query<PollMessage> getPollMessagesQuery(String clientId, DateTime now) {
|
||||
return ofy().load()
|
||||
.type(PollMessage.class)
|
||||
.filter("clientId", clientId)
|
||||
|
||||
Reference in New Issue
Block a user