-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: style nits #528
fix: style nits #528
Conversation
Codecov Report
@@ Coverage Diff @@
## master #528 +/- ##
============================================
- Coverage 80.00% 79.98% -0.02%
Complexity 420 420
============================================
Files 28 28
Lines 1965 1964 -1
Branches 208 208
============================================
- Hits 1572 1571 -1
Misses 284 284
Partials 109 109
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions could not be made:
- oauth2_http/java/com/google/auth/oauth2/ImpersonatedCredentials.java
- lines 120-123
- lines 157-160
- lines 290-291
* another. | ||
* The source project using ImpersonatedCredentials must enable the "IAMCredentials" API. | ||
* Also, the target service account must grant the originating principal the "Service Account Token | ||
* Creator" IAM role.<p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* another. | |
* The source project using ImpersonatedCredentials must enable the "IAMCredentials" API. | |
* Also, the target service account must grant the originating principal the "Service Account Token | |
* Creator" IAM role.<p> | |
* another. The source project using ImpersonatedCredentials must enable the "IAMCredentials" API. | |
* Creator" IAM role. | |
* | |
* <p>Usage: |
@arithemtic1728 mostly Javadoc