Skip to content

Commit ed37b39

Browse files
committed
removed main
1 parent e81f538 commit ed37b39

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

speech/grpc/src/main/java/com/google/cloud/speech/grpc/demos/AudioRequestFactory.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,4 @@ private static AudioRequest audioFromBytes(byte[] bytes) {
7171
.setContent(ByteString.copyFrom(bytes))
7272
.build();
7373
}
74-
75-
public static void main(String[] args) {
76-
77-
}
7874
}

0 commit comments

Comments
 (0)