Skip to content

Commit b843c39

Browse files
---
yaml --- r: 5269 b: refs/heads/master c: 27962a3 h: refs/heads/master i: 5267: 219f842
1 parent d769179 commit b843c39

3 files changed

Lines changed: 4 additions & 33 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: 614cbe45f039276dcee3e06b936e68ea78f33de8
2+
refs/heads/master: 27962a31bb53bf495425aa04c410a0febb8b4c9f
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-speech/src/main/java/com/google/cloud/speech/spi/v1beta1/PagedResponseWrappers.java

Lines changed: 0 additions & 29 deletions
This file was deleted.

trunk/google-cloud-speech/src/main/java/com/google/cloud/speech/spi/v1beta1/SpeechClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,17 +391,17 @@ public final UnaryCallable<AsyncRecognizeRequest, Operation> asyncRecognizeCalla
391391
* try (SpeechClient speechClient = SpeechClient.create()) {
392392
* StreamObserver&lt;StreamingRecognizeResponse&gt; responseObserver =
393393
* new StreamObserver&lt;StreamingRecognizeResponse&gt;() {
394-
* @Override
394+
* {@literal @}Override
395395
* public void onNext(StreamingRecognizeResponse response) {
396396
* // Do something when receive a response
397397
* }
398398
*
399-
* @Override
399+
* {@literal @}Override
400400
* public void onError(Throwable t) {
401401
* // Add error-handling
402402
* }
403403
*
404-
* @Override
404+
* {@literal @}Override
405405
* public void onCompleted() {
406406
* // Do something when complete.
407407
* }

0 commit comments

Comments
 (0)