| commit | 37288093e13a058a6526fbe17def9606999201e0 | [log] [tgz] |
|---|---|---|
| author | Yash Chaturvedi <zeref@qti.qualcomm.com> | Wed Jul 02 10:15:00 2025 +0530 |
| committer | Yash Chaturvedi <zeref@qti.qualcomm.com> | Tue Jul 08 13:14:53 2025 +0530 |
| tree | afbf8d0268dcae73ff6ac01dbfdcf57b5c9274e9 | |
| parent | 6e60bf60e887bc0ea55a7ed79d0994011c067abd [diff] |
Eliminate redundant httpSession and sshHelper parameters Both httpSession and sshHelper are being passed as method parameters despite being available as class fields. This refactor removes the redundant parameters and updates method calls accordingly to improve code clarity and maintainability. Change-Id: I07b2332332052e6ed4cb84aea547ceaa3e7c60c8