Skip to content

Commit 6495c2d

Browse files
committed
Fixed sonar
1 parent f0ca1e9 commit 6495c2d

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/g3601_3700/s3615_longest_palindromic_path_in_graph

1 file changed

+1
-0
lines changed

src/main/java/g3601_3700/s3615_longest_palindromic_path_in_graph/Solution.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import java.util.ArrayList;
66
import java.util.List;
77

8+
@SuppressWarnings("java:S135")
89
public class Solution {
910
public int maxLen(int n, int[][] edges, String labelsStr) {
1011
char[] labels = labelsStr.toCharArray();

0 commit comments

Comments
 (0)