Commit c7d7935
Update proto parsing method calls: In ModulesServiceImpl, simplify proto parsing by using parseFrom directly instead of creating a builder and merging, for SetNumInstancesResponse, StartModuleResponse, and StopModuleResponse. The parsed result is still unused.
PiperOrigin-RevId: 873167910
Change-Id: Idb6304efbb219d200d2c3e5229ddead6e92a016f1 parent aab005b commit c7d7935
1 file changed
Lines changed: 3 additions & 6 deletions
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
| 252 | + | |
254 | 253 | | |
255 | 254 | | |
256 | 255 | | |
| |||
272 | 271 | | |
273 | 272 | | |
274 | 273 | | |
275 | | - | |
276 | | - | |
| 274 | + | |
277 | 275 | | |
278 | 276 | | |
279 | 277 | | |
| |||
300 | 298 | | |
301 | 299 | | |
302 | 300 | | |
303 | | - | |
304 | | - | |
| 301 | + | |
305 | 302 | | |
306 | 303 | | |
307 | 304 | | |
| |||
0 commit comments