Skip to content

Commit

Permalink
Revert "OK (#131)"
Browse files Browse the repository at this point in the history
This reverts e3085a3.
  • Loading branch information
ByteLegendBot committed Nov 26, 2023
1 parent e3085a3 commit 696649c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/bytelegend/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ public static void main(String[] args) {
}

public static boolean compare(int a, Integer b) {
if (b == null) {
return false;
}
return a == b;
}
}

0 comments on commit 696649c

Please sign in to comment.