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 Dec 19, 2019
1 parent a747f96 commit d0ea6ee
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 d0ea6ee

Please sign in to comment.