diff options
author | 2022-08-16 15:24:01 +0000 | |
---|---|---|
committer | 2022-08-18 09:40:01 +0000 | |
commit | c71d2b76296c009e94273e985ba32d4165049cfb (patch) | |
tree | 0136f247544a02948cbeefd01f31836e038068d5 /java/lint.go | |
parent | 13fe665176412a14c6fe48c241d5dd86b215c631 (diff) |
Dedup apiFile and removedApiFile fields
Previously, there were two separate fields for each of the API and
removed API files because in some cases it needed a WritablePath and in
other cases it could only be a Path.
This change refactors the code so that the WritablePath is no longer
needed, the duplicate fields deleted and the remaining field is changed
to Path. It also removes a few unused fields.
Bug: 234113632
Test: m nothing
Change-Id: If81f5fe2aa05d9d7b2bc23869fdb2397649d67b3
Diffstat (limited to 'java/lint.go')
0 files changed, 0 insertions, 0 deletions