mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
RedundantCompareCall testdata fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Fix all" "true"
|
||||
// "Fix all 'Redundant 'compare' method call' problems in file" "true"
|
||||
class CompareTest {
|
||||
int testInteger(int a, int b) {
|
||||
if(a < b) return 1;
|
||||
|
||||
Reference in New Issue
Block a user