chore: format some places to make the code more standardized#578
Merged
Conversation
artursouza
reviewed
Jul 19, 2021
| @JsonIgnore | ||
| public Map<String, String> getStateOptionsAsMap() { | ||
| Map<String, String> mapOptions = null; | ||
| if (this != null) { |
Contributor
There was a problem hiding this comment.
Ha, nice catch! This was probably an outcome of some refactoring, I guess.
artursouza
previously approved these changes
Jul 19, 2021
…tateOptions#getStateOptionsAsMap}
Contributor
Author
|
@artursouza I have finished the work, please approve it for me, thanks. |
artursouza
approved these changes
Jul 21, 2021
Codecov Report
@@ Coverage Diff @@
## master #578 +/- ##
============================================
+ Coverage 80.65% 80.90% +0.25%
- Complexity 988 990 +2
============================================
Files 88 88
Lines 3044 3042 -2
Branches 333 332 -1
============================================
+ Hits 2455 2461 +6
+ Misses 422 412 -10
- Partials 167 169 +2
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello Dapr team.
I'm now reading the source code of
dapr-java-sdk.I found some minor grammatical problems. So I submit this PR to standardize these.
I think this will leave a better first impression on more readers.
Wish dapr better! Thank you!
Description
format some places to make the code more standardized.
such as:
@OverrideIssue reference
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
RELEASE NOTE: N/A