Changes due to Codacy

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2018-07-13 11:19:26 +02:00
parent aaf0548690
commit 32cce87fa8
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -609,7 +609,7 @@ public class UploadListAdapter extends SectionedRecyclerViewAdapter<SectionedVie
this.items = items;
}
void fixAndSortItems(OCUpload[] array) {
void fixAndSortItems(OCUpload... array) {
FileUploader.FileUploaderBinder binder = mParentActivity.getFileUploaderBinder();
for (OCUpload upload : array) {