Skip to content

Commit fa09e72

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for Java - Update add fullfillment places (#10113)
* Update SearchWithPagination.java * Update AddFulfillmentPlaces.java --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 8c317df commit fa09e72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

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

17-
// [START retail_add_fulfillment_places]
18-
1917
package product;
2018

19+
// [START retail_add_fulfillment_places]
20+
2121
import static setup.SetupCleanup.createProduct;
2222
import static setup.SetupCleanup.deleteProduct;
2323
import static setup.SetupCleanup.getProduct;
@@ -83,4 +83,5 @@ public static void addFulfillmentPlaces(String productName, String placeId)
8383
}
8484
}
8585
}
86+
8687
// [END retail_add_fulfillment_places]

0 commit comments

Comments
 (0)