Валидатор выдаёт ошибку:
cannot infer type arguments for java.nio.file.SimpleFileVisitor<T>
Files.walkFileTree(path, new SimpleFileVisitor<>() {
^
reason: cannot use '<>' with anonymous inner classes
package com.javarush.task.task35.task3507;
public interface Animal {
}