mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-02 15:53:55 +01:00
Removed unused class
This commit is contained in:
parent
164dd3df34
commit
3e6f5b96f4
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
||||||
package fr.free.nrw.commons.wikidata.model.gallery;
|
|
||||||
|
|
||||||
import androidx.annotation.Nullable;
|
|
||||||
|
|
||||||
import com.google.gson.annotations.SerializedName;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gson POJO for a standard video info object as returned by the API VideoInfo module
|
|
||||||
*/
|
|
||||||
public class VideoInfo extends ImageInfo {
|
|
||||||
@Nullable private List<String> codecs;
|
|
||||||
@SuppressWarnings("unused,NullableProblems") @Nullable private String name;
|
|
||||||
@SuppressWarnings("unused,NullableProblems") @Nullable @SerializedName("short_name") private String shortName;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue