Skip to content

Commit

Permalink
Fix unittests
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Jan 10, 2020
1 parent 688a44d commit aaba0a8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import com.owncloud.android.lib.resources.shares.ShareType;
import com.owncloud.android.lib.resources.status.OCCapability;

import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
Expand Down Expand Up @@ -202,7 +201,7 @@ public void updateSharedFiles(Collection<OCFile> sharedFiles) {
}

@Override
public void saveSharesInFolder(ArrayList<OCShare> shares, OCFile folder) {
public void saveSharesInFolder(List<OCShare> shares, OCFile folder) {
throw new UnsupportedOperationException("to implement");
}

Expand Down

0 comments on commit aaba0a8

Please sign in to comment.