Skip to content

Commit

Permalink
chore: remove old deprecated class (#2074)
Browse files Browse the repository at this point in the history
* chore: remove old deprecated class

Fixes googleapis/google-http-java-client#779
Fixes b/149964486

* include cliir ignored differences
  • Loading branch information
eaball35 committed May 16, 2022
1 parent 526e103 commit 59bdc34
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 85 deletions.
28 changes: 28 additions & 0 deletions clirr-ignored-differences.xml
Expand Up @@ -6,4 +6,32 @@
<differenceType>8001</differenceType>
<className>com/google/api/client/googleapis/auth/clientlogin/**</className>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/api/client/googleapis/apache/GoogleApacheHttpTransport</className>
</difference>
<difference>
<differenceType>7006</differenceType>
<className> com/google/api/client/googleapis/extensions/android/gms/auth/GooglePlayServicesAvailabilityIOException</className>
<method>com.google.android.gms.auth.GoogleAuthException getCause()</method>
<to>java.lang.Throwable</to>
</difference>
<difference>
<differenceType>7006</differenceType>
<className> com/google/api/client/googleapis/extensions/android/gms/auth/GooglePlayServicesAvailabilityIOException</className>
<method>java.lang.Throwable getCause()</method>
<to>com.google.android.gms.auth.GoogleAuthException</to>
</difference>
<difference>
<differenceType>7006</differenceType>
<className>com/google/api/client/googleapis/xml/atom/AtomPatchContent</className>
<method>com.google.api.client.http.xml.AbstractXmlHttpContent setMediaType(com.google.api.client.http.HttpMediaType)</method>
<to>com.google.api.client.http.AbstractHttpContent</to>
</difference>
<difference>
<differenceType>7006</differenceType>
<className>com/google/api/client/googleapis/xml/atom/AtomPatchContent</className>
<method>com.google.api.client.http.AbstractHttpContent setMediaType(com.google.api.client.http.HttpMediaType)</method>
<to>com.google.api.client.http.xml.AbstractXmlHttpContent</to>
</difference>
</differences>

This file was deleted.

0 comments on commit 59bdc34

Please sign in to comment.