We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c90f1 commit 56f451dCopy full SHA for 56f451d
google-cloud-clients/google-cloud-translate/src/main/java/com/google/cloud/translate/Translate.java
@@ -18,11 +18,11 @@
18
19
import com.google.cloud.Service;
20
import com.google.cloud.translate.spi.v2.TranslateRpc;
21
-
22
import java.util.List;
23
24
/**
25
- * An interface for Google Translation.
+ * An interface for Google Translation. {@code Translate} and its {@code Option} classes can be used
+ * concurrently without external synchronizations.
26
*
27
* @see <a href="https://cloud.google.com/translate/docs">Google Translation</a>
28
*/
0 commit comments