Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public interface ResourceValidator {
/**
* Validate and throws exception if there are any problems.
* @param files Files to validate
* @return Validation results
* @return Non-null collection of validation results. Returns an empty collection if no violations are found.
*/
Collection<Violation> validate(Collection<File> files);

Expand Down
Loading