Skip to content

Commit 5bac8e9

Browse files
committed
Eliminate SonarQube warnings
1 parent 5b6523a commit 5bac8e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

conga-aem-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/util/ContentElementHandler.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
final class ContentElementHandler implements ContentHandler {
3636

3737
private ContentElement root;
38+
39+
@SuppressWarnings("java:S5998") // analyzed paths should be safe
3840
private static final Pattern PATH_PATTERN = Pattern.compile("^((/[^/]+)*)(/([^/]+))$");
3941

4042
@Override

0 commit comments

Comments
 (0)