modified Upload on suggest words
This commit is contained in:
parent
4f22be2d0f
commit
b48a68db6d
1 changed files with 3 additions and 0 deletions
|
@ -204,6 +204,9 @@ public class SuggestElevateWordService extends BsSuggestElevateWordService
|
|||
}
|
||||
|
||||
static String getValue(final List<String> list, final int index) {
|
||||
if (index >= list.size()) {
|
||||
return StringUtil.EMPTY;
|
||||
}
|
||||
String item = list.get(index).trim();
|
||||
if (StringUtil.isBlank(item)) {
|
||||
return StringUtil.EMPTY;
|
||||
|
|
Loading…
Add table
Reference in a new issue