Commit 0a014f8
Add Thrift package to analyzer .thrift files (#2411)
Summary:
Pull Request resolved: #2411
Add `package "meta.com/comms/analyzer"` to the 3 Thrift files under `comms/analyzer/if/` that were missing it, and remove the `thrift.AllowLegacyMissingUris` annotation that was only needed because the package was empty. This resolves T262746691.
Reviewed By: vitaut
Differential Revision: D104105074
fbshipit-source-id: d79aa75b266d943cdf862a74054286688add33041 parent f6946fb commit 0a014f8
3 files changed
Lines changed: 3 additions & 6 deletions
File tree
- comms/analyzer/if
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments