Skip to content

Commit

Permalink
translate: document concurrent use (#3243)
Browse files Browse the repository at this point in the history
Fixes #3191.
  • Loading branch information
pongad authored May 11, 2018
1 parent 27c90f1 commit 56f451d
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 56f451d

Please sign in to comment.