Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: remove bad javadoc tags (#478)
  • Loading branch information
elharo committed Sep 29, 2020
1 parent db3e5eb commit a329c41
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -70,8 +70,6 @@ public class AppEngineCredentials extends GoogleCredentials implements ServiceAc
private transient AppIdentityService appIdentityService;

/**
* {@inheritDoc}
*
* @deprecated AppEngineCredentials should be instantiated via its Builder. See
* https://github.com/googleapis/google-auth-library-java#google-auth-library-appengine
*/
Expand All @@ -82,8 +80,6 @@ public static GoogleCredentials getApplicationDefault() throws IOException {
}

/**
* {@inheritDoc}
*
* @deprecated AppEngineCredentials should be instantiated via its Builder. See
* https://github.com/googleapis/google-auth-library-java#google-auth-library-appengine
*/
Expand Down

0 comments on commit a329c41

Please sign in to comment.