Skip to content

Commit d0fbe0f

Browse files
authored
fix(retail): add region tag for Java - Update GetProduct.java (#10109)
* Update SearchWithPagination.java * Update GetProduct.java
1 parent 257ae37 commit d0fbe0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020

2121
package product;
22-
22+
// [START retail_get_product]
2323
import static setup.SetupCleanup.createProduct;
2424
import static setup.SetupCleanup.deleteProduct;
2525

@@ -61,3 +61,4 @@ public static Product getProduct(String productName) throws IOException {
6161
}
6262
}
6363
}
64+
// [END retail_get_product]

0 commit comments

Comments
 (0)