Skip to content

Commit

Permalink
Vision moved to beta stage (googleapis#1701)
Browse files Browse the repository at this point in the history
Vision moved to beta stage
Fix MessageReceiver doc
  • Loading branch information
vam-google authored and rybosome committed Mar 9, 2017
1 parent 733ccc5 commit 13fad1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public interface MessageReceiver {
* Called when a message is received by the subscriber. The implementation must arrange for {@link
* AckReplyConsumer#accept} to be called after processing the {@code message}.
*
* <p>This {@code MessageReceiver} passes all messages to a {@link BlockingQueue}.
* <p>This {@code MessageReceiver} passes all messages to a {@code BlockingQueue}.
* This method can be called concurrently from multiple threads,
* so it is important that the queue be thread-safe.
*
Expand Down
1 change: 1 addition & 0 deletions google-cloud-vision/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-vision</artifactId>
<version>${beta.version}</version>
<packaging>jar</packaging>
<name>Google Cloud Vision</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-vision</url>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-vision</artifactId>
<version>${project.version}</version>
<version>${beta.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit 13fad1c

Please sign in to comment.