Skip to content

Commit 124e8cd

Browse files
committed
Improved task 1968
1 parent 8a17dd9 commit 124e8cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/main/java/g1901_2000/s1968_array_with_elements_not_equal_to_average_of_neighbors

src/main/java/g1901_2000/s1968_array_with_elements_not_equal_to_average_of_neighbors/Solution.java

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

8+
@SuppressWarnings("java:S2119")
89
public class Solution {
910
public int[] rearrangeArray(int[] nums) {
1011
Random random = new SecureRandom();

0 commit comments

Comments
 (0)