Skip to content

Commit 56f451d

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

File tree

1 file changed

+2
-2
lines changed
  • google-cloud-clients/google-cloud-translate/src/main/java/com/google/cloud/translate

1 file changed

+2
-2
lines changed

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

+2-2
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)