mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
AppCode:Run Configurations: Selecting all installed simulators (OC-2152)
This commit is contained in:
@@ -1950,7 +1950,7 @@ public class StringUtil {
|
||||
return packageName + '.' + className;
|
||||
}
|
||||
|
||||
public static int compareVersionNumbers(String v1, String v2) {
|
||||
public static int compareVersionNumbers(@Nullable String v1, @Nullable String v2) {
|
||||
if (v1 == null && v2 == null) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user