Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Nov 5, 2024
1 parent 9f2de61 commit 78516e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private boolean innerCheckForFileNamePatternCollisionInPreviousRFA(FileNamePatte
}
}
if (name != null) {
map.put(getName(), fileNamePattern);
map.put(name, fileNamePattern);
}
return collisionsDetected;
}
Expand Down

0 comments on commit 78516e7

Please sign in to comment.