Skip to content

Commit 900effe

Browse files
committed
pr comment
1 parent 15ded7e commit 900effe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/AckReplyConsumer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.cloud.pubsub.spi.v1;
1818

1919
/**
20-
* Used by {@link MessageReceiver}, {@code AckReplyConsumer} accepts an {@link MessageReceiver.AckReply}, sending it to the service.
20+
* Accepts a reply, sending it to the service.
2121
*
2222
* <p>Both the interface and its method is named after the Java 8's {@code BiConsumer} interface
2323
* to make migration to Java 8 and adopting its patterns easier.

0 commit comments

Comments
 (0)