File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
test/fixtures/gcs-fixture/src/main/java/fixture/gcs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public int length() {
9595 * @param ifGenerationMatch The ifGenerationMatch parameter value (if present)
9696 * @param generation The generation parameter value (if present)
9797 * @return The blob if it exists
98- * @throws BlobNotFoundException if there is no blob at the path, or it's generation does not match the generation parameter
98+ * @throws BlobNotFoundException if there is no blob at the path, or its generation does not match the generation parameter
9999 * @throws GcsRestException if the blob's generation does not match the ifGenerationMatch parameter
100100 */
101101 BlobVersion getBlob (String path , Long ifGenerationMatch , Long generation ) {
You can’t perform that action at this time.
0 commit comments