Skip to content

Commit

Permalink
remote "udpa." from java package paths (#9)
Browse files Browse the repository at this point in the history
As discussed in #8.

Signed-off-by: Mark D. Roth <[email protected]>
  • Loading branch information
markdroth authored Jul 22, 2021
1 parent a8536b9 commit dd25fe8
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 98 deletions.
12 changes: 6 additions & 6 deletions go/xds/core/v3/authority.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions go/xds/core/v3/collection_entry.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions go/xds/core/v3/context_params.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions go/xds/core/v3/resource.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 31 additions & 32 deletions go/xds/core/v3/resource_locator.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions go/xds/core/v3/resource_name.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion xds/core/v3/authority.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "validate/validate.proto";

option java_outer_classname = "AuthorityProto";
option java_multiple_files = true;
option java_package = "com.github.udpa.xds.core.v3";
option java_package = "com.github.xds.core.v3";

option (udpa.annotations.file_status).work_in_progress = true;

Expand Down
2 changes: 1 addition & 1 deletion xds/core/v3/collection_entry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "validate/validate.proto";

option java_outer_classname = "CollectionEntryProto";
option java_multiple_files = true;
option java_package = "com.github.udpa.xds.core.v3";
option java_package = "com.github.xds.core.v3";

option (udpa.annotations.file_status).work_in_progress = true;

Expand Down
Loading

0 comments on commit dd25fe8

Please sign in to comment.