Skip to content

Commit acd5f36

Browse files
author
Aldo Torres
committed
Delete comments
1 parent ef5f5d8 commit acd5f36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/apiaddicts/sonar/openapi/checks/operations/OAR017ResourcePathCheck.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public class OAR017ResourcePathCheck extends BaseCheck {
1919
public static final String KEY = "OAR017";
2020
private static final String MESSAGE = "OAR017.error";
2121
private static final String MESSAGE_PATTERN = "OAR017.error-patterns";
22-
// public static final Set<String> EXCLUDE_PATTERNS = new HashSet<>(Arrays.asList("get", "me", "search"));
2322
public static final String EXCLUDE_PATTERNS = "get,me,search";
2423

2524
@RuleProperty(

0 commit comments

Comments
 (0)