File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/src/main/java/fr/free/nrw/commons Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ public class MediaDataExtractor {
38
38
private String filename ;
39
39
private ArrayList <String > categories ;
40
40
private Map <String , String > descriptions ;
41
- private Date date ;
42
41
private String license ;
43
42
private @ Nullable LatLng coordinates ;
44
43
private LicenseList licenseList ;
@@ -179,7 +178,7 @@ private String getTemplateTitle(Node templateNode) throws IOException {
179
178
}
180
179
181
180
private static abstract class TemplateChildNodeComparator {
182
- abstract public boolean match (Node node );
181
+ public abstract boolean match (Node node );
183
182
}
184
183
185
184
private Node findTemplateParameter (Node templateNode , String name ) throws IOException {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public void setMedia(Media media) {
35
35
if (currentThumbnailTask != null ) {
36
36
currentThumbnailTask .cancel (true );
37
37
}
38
- if (media == null ) {
38
+ if (media == null ) {
39
39
return ;
40
40
}
41
41
You can’t perform that action at this time.
0 commit comments