Skip to content

Commit

Permalink
Added sonar warning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Sep 29, 2022
1 parent b22e3d0 commit fca8f63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ protected void validateParameters() {
* @param classLoader The ClassLoader to use in the ResourceAccessor. It is preferable that it is an AntClassLoader.
* @return A ResourceAccessor.
*/
@SuppressWarnings("java:S2095")
private ResourceAccessor createResourceAccessor(AntClassLoader classLoader) {
return new SearchPathResourceAccessor(getSearchPath(),
new AntResourceAccessor(classLoader, getChangeLogDirectory()),
Expand Down

0 comments on commit fca8f63

Please sign in to comment.