FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

translate: document concurrent use (#3243) · googleapis/google-cloud-java@56f451d · GitHub

Commit 56f451d

Browse files
authored
translate: document concurrent use (#3243)
Fixes #3191.
1 parent 27c90f1 commit 56f451d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • google-cloud-clients/google-cloud-translate/src/main/java/com/google/cloud/translate

‎google-cloud-clients/google-cloud-translate/src/main/java/com/google/cloud/translate/Translate.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
import com.google.cloud.Service;
2020
import com.google.cloud.translate.spi.v2.TranslateRpc;
21-
2221
import java.util.List;
2322

2423
/**
25-
* An interface for Google Translation.
24+
* An interface for Google Translation. {@code Translate} and its {@code Option} classes can be used
25+
* concurrently without external synchronizations.
2626
*
2727
* @see <a href="https://cloud.google.com/translate/docs">Google Translation</a>
2828
*/

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL