Remove unnecessary toString()
This commit is contained in:
parent
45bcfbe3f6
commit
342762427f
|
@ -736,7 +736,7 @@ public class MediaBindingBean {
|
|||
@Define("az")
|
||||
public String getSortInitial() {
|
||||
try {
|
||||
return sortInitial(getCollection().toString());
|
||||
return sortInitial(getCollection());
|
||||
} catch (Exception e) {
|
||||
return sortInitial(getName());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue