Skip to content

Commit

Permalink
add clirr ignore rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 committed Sep 12, 2024
1 parent 2f29c27 commit 8e5a9af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gax-java/gax-grpc/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<!-- Add AutoValue abstract method isDirectPath -->
<difference>
<differenceType>7013</differenceType>
<className>com/google/api/gax/grpc/GrpcTransportChannel</className>
<method>boolean isDirectPath()</method>
</difference>
</differences>

0 comments on commit 8e5a9af

Please sign in to comment.