Merge branch 'maint-rel-1.6' into develop
This commit is contained in:
commit
54c9d4e7b3
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ public class FreemarkerTemplateLoader implements TemplateLoader {
|
|||
}
|
||||
|
||||
public boolean fileQualifies(Path path) {
|
||||
return Files.isReadable(path) && !Files.isDirectory(path);
|
||||
return !Files.isDirectory(path);
|
||||
}
|
||||
|
||||
public SortedSet<PathPieces> getMatches() {
|
||||
|
|
Loading…
Add table
Reference in a new issue