Using %d instead of %s for formating in checkArgument #159
Labels
api: storage
Issues related to the googleapis/java-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
There are currently being used %d instead of %s in template string to checkArguments in
https://github.com/googleapis/java-storage/blob/master/google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1/HttpStorageRpc.java#L692
This makes the output from precondition failure come out awkwardly.
I guess someone with more routine in getting changes into this codebase can make this fix faster than me.
The text was updated successfully, but these errors were encountered: