vraskulin
|
0557b5e89c
|
list.size > 0 changed to !list.isEmpty
We care about if it's empty or not, not about it's size
|
2017-02-06 14:32:51 +03:00 |
|
LevelX2
|
d7dd635bca
|
Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…"
|
2016-09-16 23:55:54 +02:00 |
|
ingmargoudt
|
f1cf9e7adb
|
introduced StringUtil class with .isEmpty(String input) and .isNotEmpty(String input), to replace str != null && str.length()>0 statements
|
2016-09-16 21:23:31 +02:00 |
|
Nathaniel Brandes
|
4b6bbacd8c
|
Migrated some card moving callers to non-deprecated method.
Since the function the were calling just calls into the non-deprecated
method, this is a low risk change.
|
2016-05-13 23:20:03 -07:00 |
|
poixen
|
46eb6c0525
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|