Skip to content

Commit

Permalink
Refactor XML elements of Formatters jmix-projects/jmix-ui#452
Browse files Browse the repository at this point in the history
  • Loading branch information
glebfox committed May 18, 2021
1 parent da56d71 commit 4b0d25f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@
@Component("core_FormatStringsLoader")
public class FormatStringsLoader {

private static final Logger log = LoggerFactory.getLogger(FormatStringsRegistryImpl.class);
private static final Logger log = LoggerFactory.getLogger(FormatStringsLoader.class);

@Autowired
protected CoreProperties coreProperties;
Expand Down

0 comments on commit 4b0d25f

Please sign in to comment.