We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5b51e commit 669d449Copy full SHA for 669d449
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/MessageReceiver.java
@@ -39,5 +39,5 @@ enum AckReply {
39
* Called when a message is received by the subscriber. The implementation must arrange for {@code
40
* reponse} to be set after processing the {@code message}.
41
*/
42
- void receiveMessage(PubsubMessage message, SettableFuture<AckReply> response);
+ void receiveMessage(final PubsubMessage message, final SettableFuture<AckReply> response);
43
}
0 commit comments