| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
/gcbrun |
Sorry, something went wrong.
…teObject.java Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
There was a problem hiding this comment.
LGTM, getting another person to read over it would be good
Sorry, something went wrong.
|
|
||
| System.out.println("Object " + objectName + " was deleted from " + bucketName); | ||
| BlobId idWithGeneration = blob.getBlobId(); | ||
| // Deletes the blob specified by its id. When the generation is present and non-null it will be |
There was a problem hiding this comment.
I think "when the generation is present" is a little vague, maybe we should specify as "When the generation is present in the BlobId object"?
Sorry, something went wrong.
There was a problem hiding this comment.
rephrased the comments. let me know if that is clearer.
Sorry, something went wrong.
| storage.delete(bucketName, objectName, precondition); | ||
|
|
||
| System.out.println("Object " + objectName + " was deleted from " + bucketName); | ||
| BlobId idWithGeneration = blob.getBlobId(); |
There was a problem hiding this comment.
maybe add a comment on this line like "// The BlobId object has the Generation specified"
Sorry, something went wrong.
There was a problem hiding this comment.
i think the variable name is clear on this, no?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.