Skip to content

Commit 7d5ff3f

Browse files
committed
Fixed sonar
1 parent a80c741 commit 7d5ff3f

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/g3401_3500/s3486_longest_special_path_ii

1 file changed

+1
-0
lines changed

src/main/java/g3401_3500/s3486_longest_special_path_ii/Solution.java

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import java.util.List;
1010
import java.util.Map;
1111

12+
@SuppressWarnings("java:S107")
1213
public class Solution {
1314
public int[] longestSpecialPath(int[][] edges, int[] nums) {
1415
int[] ans = {0, 1};

0 commit comments

Comments
 (0)