Skip to content

Commit 29c953b

Browse files
authored
chore: add back region tags for sample browser
1 parent 69cd787 commit 29c953b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
// [START retail_add_fulfillment_places]
1718
package product;
1819

1920
import static setup.SetupCleanup.createProduct;
@@ -81,3 +82,4 @@ public static void addFulfillmentPlaces(String productName, String placeId)
8182
}
8283
}
8384
}
85+
// [END retail_add_fulfillment_places]

0 commit comments

Comments
 (0)