mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Merge pull request #364 from veyndan/interface-modifier
Remove redundant interface modifiers
This commit is contained in:
commit
f7fe6e6e31
3 changed files with 8 additions and 8 deletions
|
|
@ -36,7 +36,7 @@ import fr.free.nrw.commons.media.MediaDetailPagerFragment;
|
|||
public class MultipleUploadListFragment extends Fragment {
|
||||
|
||||
public interface OnMultipleUploadInitiatedHandler {
|
||||
public void OnMultipleUploadInitiated();
|
||||
void OnMultipleUploadInitiated();
|
||||
}
|
||||
|
||||
private GridView photosGrid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue