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

Fix invalid class passed to getLogger #886

Merged
merged 2 commits into from
Oct 27, 2023
Merged

Fix invalid class passed to getLogger #886

merged 2 commits into from
Oct 27, 2023

Conversation

brempusz
Copy link
Contributor

getLogger parameter should match class name, where the logger is declared.

@codecov-commenter
Copy link

Codecov Report

Merging #886 (b791c8b) into master (9ece704) will not change coverage.
The diff coverage is 100.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff            @@
##             master     #886   +/-   ##
=========================================
  Coverage     78.48%   78.48%           
  Complexity     1213     1213           
=========================================
  Files           120      120           
  Lines          3891     3891           
  Branches        746      746           
=========================================
  Hits           3054     3054           
  Misses          546      546           
  Partials        291      291           
Files Coverage Δ
...main/java/com/networknt/schema/AnyOfValidator.java 91.54% <100.00%> (ø)
...om/networknt/schema/ExclusiveMinimumValidator.java 41.86% <100.00%> (ø)
...c/main/java/com/networknt/schema/NotValidator.java 64.00% <100.00%> (ø)

@stevehu stevehu merged commit 181f88a into networknt:master Oct 27, 2023
4 checks passed
@stevehu
Copy link
Contributor

stevehu commented Oct 27, 2023

@brempusz Thanks a lot for your help.

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.

3 participants