Skip to content

Commit e032b28

Browse files
eaball35blakeli0
authored andcommitted
chore: remove old deprecated class (#2074)
* chore: remove old deprecated class Fixes googleapis/google-http-java-client#779 Fixes b/149964486 * include cliir ignored differences
1 parent 8df5308 commit e032b28

File tree

2 files changed

+28
-85
lines changed

2 files changed

+28
-85
lines changed

clirr-ignored-differences.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,32 @@
66
<differenceType>8001</differenceType>
77
<className>com/google/api/client/googleapis/auth/clientlogin/**</className>
88
</difference>
9+
<difference>
10+
<differenceType>8001</differenceType>
11+
<className>com/google/api/client/googleapis/apache/GoogleApacheHttpTransport</className>
12+
</difference>
13+
<difference>
14+
<differenceType>7006</differenceType>
15+
<className> com/google/api/client/googleapis/extensions/android/gms/auth/GooglePlayServicesAvailabilityIOException</className>
16+
<method>com.google.android.gms.auth.GoogleAuthException getCause()</method>
17+
<to>java.lang.Throwable</to>
18+
</difference>
19+
<difference>
20+
<differenceType>7006</differenceType>
21+
<className> com/google/api/client/googleapis/extensions/android/gms/auth/GooglePlayServicesAvailabilityIOException</className>
22+
<method>java.lang.Throwable getCause()</method>
23+
<to>com.google.android.gms.auth.GoogleAuthException</to>
24+
</difference>
25+
<difference>
26+
<differenceType>7006</differenceType>
27+
<className>com/google/api/client/googleapis/xml/atom/AtomPatchContent</className>
28+
<method>com.google.api.client.http.xml.AbstractXmlHttpContent setMediaType(com.google.api.client.http.HttpMediaType)</method>
29+
<to>com.google.api.client.http.AbstractHttpContent</to>
30+
</difference>
31+
<difference>
32+
<differenceType>7006</differenceType>
33+
<className>com/google/api/client/googleapis/xml/atom/AtomPatchContent</className>
34+
<method>com.google.api.client.http.AbstractHttpContent setMediaType(com.google.api.client.http.HttpMediaType)</method>
35+
<to>com.google.api.client.http.xml.AbstractXmlHttpContent</to>
36+
</difference>
937
</differences>

google-api-client/src/main/java/com/google/api/client/googleapis/apache/GoogleApacheHttpTransport.java

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)