You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets/MessageReceiverSnippets.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@
16
16
17
17
/*
18
18
* EDITING INSTRUCTIONS
19
-
* This file is referenced in Subscriber's javadoc. Any change to this file should be reflected in
20
-
* PubSub's javadoc.
19
+
* This file is referenced in MessageReceiver's javadoc.
20
+
* Any change to this file should be reflected in MessageReceiver's javadoc.
21
21
*/
22
22
23
23
packagecom.google.cloud.examples.pubsub.snippets;
@@ -28,6 +28,8 @@
28
28
importcom.google.pubsub.v1.PubsubMessage;
29
29
importjava.util.concurrent.BlockingQueue;
30
30
31
+
/** This class contains snippets for the {@link MessageReceiver} interface. */
0 commit comments