Skip to content

Commit 3fb474e

Browse files
committed
Fix clirr errors
1 parent f620904 commit 3fb474e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
33
<differences>
4+
<difference>
5+
<differenceType>7012</differenceType>
6+
<className>com/google/firestore/v1/FirestoreGrpc$AsyncService</className>
7+
<method>* executePipeline(*)</method>
8+
</difference>
49
</differences>

proto-google-cloud-firestore-v1/clirr-ignored-differences.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,9 @@
223223
<method>* setUnknownFields(*)</method>
224224
<to>**</to>
225225
</difference>
226+
<difference>
227+
<differenceType>7012</differenceType>
228+
<className>com/google/firestore/v1/ValueOrBuilder</className>
229+
<method>*</method>
230+
</difference>
226231
</differences>

0 commit comments

Comments
 (0)