Skip to content

Commit 18ea1bd

Browse files
committed
chore: Adjust java_package option
1 parent 635d517 commit 18ea1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec-grpc/src/main/proto/a2a.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ option csharp_namespace = "A2a.V1";
1313
option go_package = "google.golang.org/a2a/v1";
1414
option java_multiple_files = true;
1515
option java_outer_classname = "A2A";
16-
option java_package = "com.google.a2a.v1";
16+
option java_package = "io.a2a.grpc";
1717

1818
// A2AService defines the gRPC version of the A2A protocol. This has a slightly
1919
// different shape than the JSONRPC version to better conform to AIP-127,

0 commit comments

Comments
 (0)