'compare()' method can be used to compare primitives -> 'compare()' method can be used to compare numbers

This commit is contained in:
Tagir Valeev
2018-10-12 12:41:24 +07:00
parent 95f2337448
commit 35de5a903d
13 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
// "Fix all ''compare()' method can be used to compare primitives' problems in file" "true"
// "Fix all ''compare()' method can be used to compare numbers' problems in file" "true"
public class Test {
public void test(int a, int b) {
if(((Integer)a).compa<caret>reTo(b) > 0) {