I'm getting the following mentor recommendations: Point 2: The FileManager constructor must initialize the fileList field to a list of Path objects. Point 4: When the collectFileList(Path path) method receives a regular file, the method must add its path relative to rootPath to the fileList field. I though I'd done both of those things