-
Notifications
You must be signed in to change notification settings - Fork 8k
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
修改了可写FileDataSource #125
修改了可写FileDataSource #125
Conversation
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.
Please reformat your code with Alibaba P3C Plugin and obey the rules in Alibaba Java Coding Guidelines (naming, indent, format, etc.).
Codecov Report
@@ Coverage Diff @@
## master #125 +/- ##
============================================
+ Coverage 45.67% 45.83% +0.15%
- Complexity 554 556 +2
============================================
Files 114 114
Lines 3814 3814
Branches 531 531
============================================
+ Hits 1742 1748 +6
+ Misses 1859 1855 -4
+ Partials 213 211 -2
Continue to review full report at Codecov.
|
Thanks for your contribution! |
…#125) - Add method to check if the resource is modified in `AutoRefreshDataSource` - Implement FileWritableDataSource
Describe what this PR does / why we need it
See #75
Does this pull request fix one issue?
Describe how you did it
Describe how to verify it
Special notes for reviews