Skip to content

Commit f4263ec

Browse files
authored
fix(retail): add region tag for Java - Update Updateproduct.java (#10107)
* Update SearchWithPagination.java * Update UpdateProduct.java
1 parent 93d3c41 commit f4263ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
package product;
2222

23+
// [START retail_update_product]
2324
import static setup.SetupCleanup.createProduct;
2425
import static setup.SetupCleanup.deleteProduct;
2526

@@ -91,3 +92,4 @@ public static void updateProduct(Product originalProduct, String defaultBranchNa
9192
}
9293
}
9394
}
95+
// [END retail_update_product]

0 commit comments

Comments
 (0)