We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257ae37 commit d0fbe0fCopy full SHA for d0fbe0f
retail/interactive-tutorials/src/main/java/product/GetProduct.java
@@ -19,7 +19,7 @@
19
*/
20
21
package product;
22
-
+// [START retail_get_product]
23
import static setup.SetupCleanup.createProduct;
24
import static setup.SetupCleanup.deleteProduct;
25
@@ -61,3 +61,4 @@ public static Product getProduct(String productName) throws IOException {
61
}
62
63
64
+// [END retail_get_product]
0 commit comments