Upgrade of Spring data ES version

This commit is contained in:
Nicolas Héron 2019-10-21 15:37:54 +02:00
commit ebe0647f0d
6 changed files with 13 additions and 200 deletions

View file

@ -293,7 +293,6 @@ public class PackageResource {
} else {
if (dotFileFilter.accept(elementPath.getFileName().toString())
&& elementPath.getFileName().toString().contains(assetName)) {
System.out.println("coucou");
return elementPath;
}
}