Correcting some easy Codacy issues

This commit is contained in:
Joe Rattazzi 2017-10-14 17:46:47 -05:00
parent 4154a7c9d2
commit b07064def3
2 changed files with 2 additions and 3 deletions

View file

@ -38,7 +38,6 @@ public class MediaDataExtractor {
private String filename;
private ArrayList<String> categories;
private Map<String, String> descriptions;
private Date date;
private String license;
private @Nullable LatLng coordinates;
private LicenseList licenseList;
@ -179,7 +178,7 @@ public class MediaDataExtractor {
}
private static abstract class TemplateChildNodeComparator {
abstract public boolean match(Node node);
public abstract boolean match(Node node);
}
private Node findTemplateParameter(Node templateNode, String name) throws IOException {