Skip to content

Commit 93d3c41

Browse files
authored
fix(retail): add region tag for Java - Update deleteproduct.java (#10108)
* Update SearchWithPagination.java * Update DeleteProduct.java
1 parent d0fbe0f commit 93d3c41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

retail/interactive-tutorials/src/main/java/product/DeleteProduct.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/*
1818
* Delete product from a catalog using Retail API
1919
*/
20-
20+
// [START retail_delete_product]
2121
package product;
2222

2323
import static setup.SetupCleanup.createProduct;
@@ -52,3 +52,4 @@ public static void deleteProduct(String productName) throws IOException {
5252
}
5353
}
5454
}
55+
// [END retail_delete_product]

0 commit comments

Comments
 (0)