Skip to content

Commit

Permalink
Update src/main/java/tech/toparvion/analog/util/config/ChoicesCustomC…
Browse files Browse the repository at this point in the history
…onfigurationLoader.java

Co-authored-by: Vladimir Plizga <[email protected]>
  • Loading branch information
a-polyudov and Toparvion committed May 31, 2020
1 parent 6a49c91 commit 8e52e18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void postProcessEnvironment(ConfigurableEnvironment environment, SpringAp
.ifPresent(propertySource -> environment.getPropertySources().addFirst(propertySource));
}

private boolean extensionIsCorrect(String fileName) {
private boolean isExtensionCorrect(String fileName) {
String extension = FilenameUtils.getExtension(fileName);
if (isNullOrEmpty(extension)) {
return false;
Expand Down

0 comments on commit 8e52e18

Please sign in to comment.