Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit b8b995f

Browse files
authored
Fix: fix clirr check failure (#1841)
1 parent eaf0f76 commit b8b995f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,11 @@
299299
<className>com/google/cloud/firestore/collection/StandardComparator</className>
300300
<to>*</to>
301301
</difference>
302+
303+
<!-- Reverted a change to make CustomClassMapper public -->
304+
<difference>
305+
<differenceType>8001</differenceType>
306+
<className>com/google/cloud/firestore/encoding/CustomClassMapper</className>
307+
<to>*</to>
308+
</difference>
302309
</differences>

0 commit comments

Comments
 (0)