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 4f87e12 commit 133742dCopy full SHA for 133742d
vision/snippets/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