Skip to content

Commit

Permalink
chore: clirr
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed May 1, 2024
1 parent 1d6e444 commit afec8fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions google-cloud-storage/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,16 @@
<method>com.google.cloud.storage.StorageOptions$Builder setBlobWriteSessionConfig(com.google.cloud.storage.BlobWriteSessionConfig)</method>
</difference>

<!-- BlobWriteSessionConfig is package-private extendable only, allow hashCode/equals -->
<difference>
<differenceType>7013</differenceType>
<className>com/google/cloud/storage/BlobWriteSessionConfig</className>
<method>int hashCode()</method>
</difference>
<difference>
<differenceType>7013</differenceType>
<className>com/google/cloud/storage/BlobWriteSessionConfig</className>
<method>boolean equals(java.lang.Object)</method>
</difference>

</differences>

0 comments on commit afec8fc

Please sign in to comment.