We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34383d1 commit 09f028aCopy full SHA for 09f028a
vision/product-search/cloud-client/src/test/java/com/example/vision/ImportProductSetsIT.java
@@ -55,7 +55,7 @@ public class ImportProductSetsIT {
55
@Before
56
public void setUp() {
57
// Create the product set csv file locally and upload it to GCS
58
- // This is so that there is a unique product set ID for all python version tests.
+ // This is so that there is a unique product set ID for all java version tests.
59
Storage storage = StorageOptions.newBuilder().setProjectId(PROJECT_ID).build().getService();
60
BlobId blobId = BlobId.of(PROJECT_ID, FILEPATH);
61
BlobInfo blobInfo = BlobInfo.newBuilder(blobId).build();
0 commit comments