| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,11 +18,11 @@ | |||
| 18 | 18 | ||
| 19 | 19 | import com.google.cloud.Service; | |
| 20 | 20 | import com.google.cloud.translate.spi.v2.TranslateRpc; | |
| 21 | - | ||
| 22 | 21 | import java.util.List; | |
| 23 | 22 | ||
| 24 | 23 | /** | |
| 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. | ||
| 26 | 26 | * | |
| 27 | 27 | * @see <a href="https://cloud.google.com/translate/docs">Google Translation</a> | |
| 28 | 28 | */ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments