mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Merge pull request #315 from anirudh24seven/optimize-imports
Reorganize imports across the project
This commit is contained in:
commit
9ef32612c1
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