File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1 Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public interface MessageReceiver {
2424 * Called when a message is received by the subscriber. The implementation must arrange for {@link
2525 * AckReplyConsumer#accept} to be called after processing the {@code message}.
2626 *
27- * <p>This {@code MessageReceiver} passes all messages to a {@link BlockingQueue}.
27+ * <p>This {@code MessageReceiver} passes all messages to a {@code BlockingQueue}.
2828 * This method can be called concurrently from multiple threads,
2929 * so it is important that the queue be thread-safe.
3030 *
Original file line number Diff line number Diff line change 22<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" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >google-cloud-vision</artifactId >
5+ <version >${beta.version} </version >
56 <packaging >jar</packaging >
67 <name >Google Cloud Vision</name >
78 <url >https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-vision</url >
Original file line number Diff line number Diff line change 9292 <dependency >
9393 <groupId >${project.groupId} </groupId >
9494 <artifactId >google-cloud-vision</artifactId >
95- <version >${project .version} </version >
95+ <version >${beta .version} </version >
9696 </dependency >
9797 </dependencies >
9898</project >
You can’t perform that action at this time.
0 commit comments