File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
main/java/com/example/speech
test/java/com/example/speech Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
package com .example .speech ;
18
+
18
19
import com .google .api .gax .rpc .ApiStreamObserver ;
19
20
import com .google .api .gax .rpc .OperationFuture ;
20
21
import com .google .api .gax .rpc .StreamingCallable ;
Original file line number Diff line number Diff line change 18
18
19
19
import static com .google .common .truth .Truth .assertThat ;
20
20
21
+ import java .io .ByteArrayOutputStream ;
22
+ import java .io .PrintStream ;
23
+
21
24
import org .junit .After ;
22
25
import org .junit .Before ;
23
26
import org .junit .Test ;
24
27
import org .junit .runner .RunWith ;
25
28
import org .junit .runners .JUnit4 ;
26
29
27
- import java .io .ByteArrayOutputStream ;
28
- import java .io .PrintStream ;
29
-
30
30
/**
31
31
* Tests for quickstart sample.
32
32
*/
Original file line number Diff line number Diff line change 18
18
19
19
import static com .google .common .truth .Truth .assertThat ;
20
20
21
+ import java .io .ByteArrayOutputStream ;
22
+ import java .io .PrintStream ;
23
+
21
24
import org .junit .After ;
22
25
import org .junit .Before ;
23
26
import org .junit .Test ;
24
27
import org .junit .runner .RunWith ;
25
28
import org .junit .runners .JUnit4 ;
26
29
27
- import java .io .ByteArrayOutputStream ;
28
- import java .io .PrintStream ;
29
-
30
30
/**
31
31
* Tests for speech recognize sample.
32
32
*/
You can’t perform that action at this time.
0 commit comments