-
Notifications
You must be signed in to change notification settings - Fork 43
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
Dont use timer if closed #312
Conversation
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
============================================
- Coverage 56.50% 56.48% -0.03%
Complexity 731 731
============================================
Files 106 106
Lines 3837 3842 +5
Branches 393 395 +2
============================================
+ Hits 2168 2170 +2
- Misses 1488 1489 +1
- Partials 181 183 +2
|
Can you please add a description? |
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.
Add to changelog.md
@@ -28,6 +28,11 @@ public abstract class PublicAppTokenProviderBase extends MsalTokenProviderBase { | |||
super(clusterUrl, authorityId, httpClient); | |||
} | |||
|
|||
@Override | |||
protected synchronized String acquireAccessTokenImpl() throws DataServiceException, DataClientException { |
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.
Add a comment explaining this.
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.
Approved - just add the comment, and make sure it actually does what it should (not making the thing pop up twice)
No description provided.