Skip to content

Commit

Permalink
spelling: without
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Nov 4, 2022
1 parent 925c5e3 commit 5b74bb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public List<File> getFiles(String source) {
*
* @param sources the source files.
* @param ignores the configured filters.
* @return the list of source files withoug the ignores.
* @return the list of source files without the ignores.
*/
public List<File> filterOutIgnoredFiles(List<File> sources, List<String> ignores) {
if (sources == null || ignores == null) {
Expand Down

0 comments on commit 5b74bb8

Please sign in to comment.