Skip to content

Commit 3c1368b

Browse files
authored
Add suppression warning for code analysis
1 parent 24cbf9a commit 3c1368b

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/g3701_3800/s3720_lexicographically_smallest_permutation_greater_than_target

1 file changed

+1
-0
lines changed

src/main/java/g3701_3800/s3720_lexicographically_smallest_permutation_greater_than_target/Solution.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// #Medium #Weekly_Contest_472 #2025_10_21_Time_2_ms_(96.02%)_Space_43.66_MB_(74.82%)
44

5+
@SuppressWarnings("java:S135")
56
public class Solution {
67
public String lexGreaterPermutation(String s, String target) {
78
int[] freq = new int[26];

0 commit comments

Comments
 (0)