Skip to content

Commit

Permalink
Fixing Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Oct 27, 2023
1 parent 1550cc5 commit 6fbfca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class ResourceBundleWrapperImpl implements ResourceBundleWrapper {

private static final long serialVersionUID = 9136037316650210138L;

private static final CuiLogger LOGGER = new CuiLogger(ResourceBundleWrapper.class);
private static final CuiLogger LOGGER = new CuiLogger(ResourceBundleWrapperImpl.class);

@Inject
ResourceBundleRegistry resourceBundleRegistry;
Expand Down

0 comments on commit 6fbfca9

Please sign in to comment.