Skip to content

Commit 717da6d

Browse files
committed
fix: hide alerts tagged as false positives
1 parent 2aaa1fd commit 717da6d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

backend/src/main/java/com/park/utmstack/config/Constants.java

-5
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ public final class Constants {
123123
public static final String FRONT_BASE_URL = "https://10.21.199.3";
124124
public static final String PDF_SERVICE_URL = "http://web-pdf:8080/generate-pdf";
125125

126-
// ----------------------------------------------------------------------------------
127-
// Defines the index pattern for querying Elasticsearch statistics indexes.
128-
// ----------------------------------------------------------------------------------
129-
public static final String STATISTICS_INDEX_PATTERN = "statistics-*";
130-
131126
private Constants() {
132127
}
133128
}

0 commit comments

Comments
 (0)