Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translate: document concurrent use #3243

Merged
merged 1 commit into from
May 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

import com.google.cloud.Service;
import com.google.cloud.translate.spi.v2.TranslateRpc;

import java.util.List;

/**
* An interface for Google Translation.
* An interface for Google Translation. {@code Translate} and its {@code Option} classes can be used
* concurrently without external synchronizations.
*
* @see <a href="https://cloud.google.com/translate/docs">Google Translation</a>
*/
Expand Down