Skip to content

Commit c261dc3

Browse files
fiboknackyjradcliff
authored andcommitted
Fix wrong Javadoc in RemoveAd (#10)
1 parent a2de633 commit c261dc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-ads-examples/src/main/java/com/google/ads/googleads/examples/basicoperations/RemoveAd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static void main(String[] args) {
9090
* @param googleAdsClient the Google Ads API client.
9191
* @param customerId the client customer ID.
9292
* @param adGroupId the ad group ID.
93-
* @param adId the ID of the ad to pause.
93+
* @param adId the ID of the ad to remove.
9494
* @throws GoogleAdsException if an API request failed with one or more service errors.
9595
*/
9696
private void runExample(

0 commit comments

Comments
 (0)