Skip to content

Commit

Permalink
ignore package private public interface changes
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Nov 20, 2024
1 parent 64a3fc8 commit da80c0b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions google-cloud-pubsub/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7005</differenceType>
<!--Ignore changes in this class because it's package private-->
<className>com/google/cloud/pubsub/v1/MessageDispatcher$Builder</className>
<method>*(org.threeten.bp.Duration)</method>
<to>*(java.time.Duration)</to>
</difference>
<difference>
<differenceType>7005</differenceType>
<!--Ignore changes in this class because it's package private-->
<className>com/google/cloud/pubsub/v1/StreamingSubscriberConnection$Builder</className>
<method>*(org.threeten.bp.Duration)</method>
<to>*(java.time.Duration)</to>
</difference>
</differences>

0 comments on commit da80c0b

Please sign in to comment.