Skip to content

Commit

Permalink
Suppression warning from IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed May 25, 2023
1 parent cadc0c8 commit 2ef8637
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ protected ListenableFuture<ReceiveMessageResult> receiveMessage(ReceiveMessageRe
}
}

@SuppressWarnings("SameParameterValue")
protected ListenableFuture<PullMessageResult> pullMessage(PullMessageRequest request, MessageQueueImpl mq,
Duration awaitDuration) {
List<MessageViewImpl> messages = new ArrayList<>();
Expand Down

0 comments on commit 2ef8637

Please sign in to comment.