Skip to content

Commit

Permalink
update package to grpc.gcp.s2a.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta19 committed Apr 29, 2024
1 parent c6b5677 commit e2c8814
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grpc/gcp/s2a/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

syntax = "proto3";

package grpc.gcp;
package grpc.gcp.s2a;

option java_multiple_files = true;
option java_outer_classname = "CommonProto";
Expand Down
2 changes: 1 addition & 1 deletion grpc/gcp/s2a/s2a.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

syntax = "proto3";

package grpc.gcp;
package grpc.gcp.s2a;

import "grpc/gcp/s2a/common.proto";
import "grpc/gcp/s2a/s2a_context.proto";
Expand Down
2 changes: 1 addition & 1 deletion grpc/gcp/s2a/s2a_context.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

syntax = "proto3";

package grpc.gcp;
package grpc.gcp.s2a;

import "grpc/gcp/s2a/common.proto";

Expand Down

0 comments on commit e2c8814

Please sign in to comment.