google-ads-java icon indicating copy to clipboard operation
google-ads-java copied to clipboard

Minor optimization by not calling a getter twice

Open markusheiden opened this issue 3 years ago • 1 comments

markusheiden avatar May 19 '22 07:05 markusheiden

This pull request includes a minor refactor to the getGoogleAdsErrors method in the AbstractErrorUtils class. The change improves code readability by reusing the error variable instead of calling path.getError() again.

Aamanuel01 avatar Jun 06 '25 02:06 Aamanuel01