[Manual] Rename method parameters using Java naming conventions
* Run "Method parameter naming convention" inspection in Intellij with maximum parameter name length set to 100 * Rename method parameters using the refactor tool in Intellij based on Java naming convention * e.g. ind_id -> indId Bug: 63597465 Test: make checkbuild, no functional changes Change-Id: Id2161345524d888cbddb0ce2387e9f1aadf1e9c6
Loading
Please register or sign in to comment