Skip to content

Commit a490bf8

Browse files
ttharuntejgarrettjonesgoogle
authored andcommitted
---
yaml --- r: 5505 b: refs/heads/master c: 6de41d5 h: refs/heads/master i: 5503: e36c32f
1 parent f277ff1 commit a490bf8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 38bace41fbedbc6ea5ef2962ca774d3ef09d411c
2+
refs/heads/master: 6de41d543324d0f6607e80056025029f01ac8b29
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 4936f6d1c43be1ab76229d2743bae07f4b4124b3
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-translate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ methods on the Translate service created via `TranslateOptions.getDefaultInstanc
9797

9898
You can also explicitly set the API key as follows:
9999
```java
100-
Translate translate = TranslateOptions.newBuilder().setApiKey("myKey").getService();
100+
Translate translate = TranslateOptions.newBuilder().setApiKey("myKey").build().getService();
101101
```
102102

103103
#### Detecting language

0 commit comments

Comments
 (0)