8000 fixed path · pimajor/java-docs-samples@9e0563c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e0563c

Browse files
committed
fixed path
1 parent a2daba0 commit 9e0563c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

speech/grpc/src/main/java/com/examples/cloud/speech/RecognitionAudioFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.cloud.speech;
17+
package com.examples.cloud.speech;
1818

1919
import com.google.cloud.speech.v1beta1.RecognitionAudio;
2020
import com.google.protobuf.ByteString;

speech/grpc/src/main/java/com/examples/cloud/speech/StreamingRecognizeClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.cloud.speech;
17+
package com.examples.cloud.speech;
1818

1919
import com.google.auth.oauth2.GoogleCredentials;
2020
import com.google.cloud.speech.v1beta1.RecognitionConfig;

speech/grpc/src/main/java/com/examples/cloud/speech/SyncRecognizeClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.cloud.speech;
17+
package com.examples.cloud.speech;
1818

1919
import com.google.auth.oauth2.GoogleCredentials;
2020
import com.google.cloud.speech.v1beta1.RecognitionAudio;

0 commit comments

Comments
 (0)
0