We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e71e5 commit a6927d5Copy full SHA for a6927d5
src/main/java/s0001.two.sum/Solution.java
@@ -2,6 +2,7 @@
2
3
import java.util.Arrays;
4
5
+@SuppressWarnings("java:S1598")
6
public class Solution {
7
public int[] twoSum(int[] nums, int target) {
8
if (nums == null || nums.length <= 1) {
0 commit comments