File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
grpc-google-cloud-spanner-admin-instance-v1
proto-google-cloud-spanner-executor-v1 Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3+ <differences >
4+ <difference >
5+ <differenceType >7012</differenceType >
6+ <className >com/google/spanner/admin/instance/v1/InstanceAdminGrpc$AsyncService</className >
7+ <method >*InstancePartition*(*)</method >
8+ </difference >
9+ </differences >
Original file line number Diff line number Diff line change 6565 <groupId >org.codehaus.mojo</groupId >
6666 <artifactId >flatten-maven-plugin</artifactId >
6767 </plugin >
68+ <plugin >
69+ <groupId >org.codehaus.mojo</groupId >
70+ <artifactId >clirr-maven-plugin</artifactId >
71+ <configuration >
72+ <!-- Exclude (public) classes in this internal package -->
73+ <excludes >com/google/spanner/executor/v1/**</excludes >
74+ </configuration >
75+ </plugin >
6876 </plugins >
6977 </build >
7078</project >
You can’t perform that action at this time.
0 commit comments