commit | 6e60bf60e887bc0ea55a7ed79d0994011c067abd | [log] [tgz] |
---|---|---|
author | Yash Chaturvedi <zeref@qti.qualcomm.com> | Tue Jul 01 13:18:13 2025 +0530 |
committer | Yash Chaturvedi <zeref@qti.qualcomm.com> | Tue Jul 01 13:18:13 2025 +0530 |
tree | 40bff84f86f29e581643984e317269edb1bfd4b2 | |
parent | da9a761df51c1199480493be74c7fc920612eb07 [diff] |
Avoid using Optionals as method parameters As per the recommended guidelines [1], using Optional in method parameters is discouraged. This change replaces such usages with more appropriate alternatives [1] https://gerrit-review.googlesource.com/Documentation/dev-crafting-changes.html#:~:text=to%20local%20variables-,Optional,-/%20Nullable Change-Id: Ib80e35da25d652cdc2329cbf7c719fdb0da402ec