File tree 3 files changed +3
-2
lines changed
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public interface MessageReceiver {
24
24
* Called when a message is received by the subscriber. The implementation must arrange for {@link
25
25
* AckReplyConsumer#accept} to be called after processing the {@code message}.
26
26
*
27
- * <p>This {@code MessageReceiver} passes all messages to a {@link BlockingQueue}.
27
+ * <p>This {@code MessageReceiver} passes all messages to a {@code BlockingQueue}.
28
28
* This method can be called concurrently from multiple threads,
29
29
* so it is important that the queue be thread-safe.
30
30
*
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >google-cloud-vision</artifactId >
5
+ <version >${beta.version} </version >
5
6
<packaging >jar</packaging >
6
7
<name >Google Cloud Vision</name >
7
8
<url >https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-vision</url >
Original file line number Diff line number Diff line change 92
92
<dependency >
93
93
<groupId >${project.groupId} </groupId >
94
94
<artifactId >google-cloud-vision</artifactId >
95
- <version >${project .version} </version >
95
+ <version >${beta .version} </version >
96
96
</dependency >
97
97
</dependencies >
98
98
</project >
You can’t perform that action at this time.
0 commit comments