Skip to content

Commit 76a861e

Browse files
committed
tests: Remove public modifier in protobuf 3 tests.
1 parent 63f1a0c commit 76a861e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it/ITProtobuf3Compatibility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Tensorflow depends on protobuf 3.x gen code and runtime, we test it in showcase module to prove
1616
* that it works with protobuf 4.33+ gen code and runtime that comes with client libraries.
1717
*/
18-
public class ITProtobuf3Compatibility {
18+
class ITProtobuf3Compatibility {
1919

2020
@Test
2121
void testTensorflow_helloWorldExample() {

0 commit comments

Comments
 (0)