Skip to content

Commit 21982fc

Browse files
authored
chore: add back region tags for sample browser (#10101)
* chore: add back region tags for sample browser * fix: address linting error with empty space requried
1 parent 69cd787 commit 21982fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

17+
// [START retail_add_fulfillment_places]
18+
1719
package product;
1820

1921
import static setup.SetupCleanup.createProduct;
@@ -81,3 +83,4 @@ public static void addFulfillmentPlaces(String productName, String placeId)
8183
}
8284
}
8385
}
86+
// [END retail_add_fulfillment_places]

0 commit comments

Comments
 (0)