mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Reorganize imports across the project
Remove unwanted imports and sort import statements by running Android Studio's 'Optimize Imports' feature in all source files.
This commit is contained in:
parent
a685ecf2c3
commit
1a11e0afc0
43 changed files with 235 additions and 176 deletions
|
|
@ -1,10 +1,16 @@
|
|||
package fr.free.nrw.commons;
|
||||
|
||||
import android.net.Uri;
|
||||
import android.os.*;
|
||||
import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.regex.*;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
public class Media implements Parcelable {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue