Skip to content
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

Fixed incorrect comment type in properties file #2107

Merged
merged 1 commit into from Nov 21, 2020

Conversation

shestee
Copy link
Contributor

@shestee shestee commented Nov 21, 2020

There is wrong comment type used in version.properties (*.properties files use '#' for comments, not '//'). This PR fixes it with the right one.

*.properties file uses '#' for comments, not '//' [skip release]
@codecov-io
Copy link

codecov-io commented Nov 21, 2020

Codecov Report

Merging #2107 (8d6b79b) into release/3.x (f8d0f1b) will increase coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@                Coverage Diff                @@
##             release/3.x    #2107      +/-   ##
=================================================
+ Coverage          84.74%   84.89%   +0.15%     
- Complexity          2717     2720       +3     
=================================================
  Files                325      325              
  Lines               8277     8277              
  Branches             989      989              
=================================================
+ Hits                7014     7027      +13     
+ Misses               992      981      -11     
+ Partials             271      269       -2     
Impacted Files Coverage Δ Complexity Δ
...l/creation/bytebuddy/InlineByteBuddyMockMaker.java 70.31% <0.00%> (+2.88%) 51.00% <0.00%> (+3.00%)
...rnal/util/reflection/ReflectionMemberAccessor.java 75.00% <0.00%> (+8.33%) 8.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8d0f1b...8d6b79b. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants