Skip to content
Snippets Groups Projects
Commit 29d05bda authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: fixed typos

parent d8ddfe5b
Branches
Tags
No related merge requests found
...@@ -345,7 +345,7 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements MDExtract ...@@ -345,7 +345,7 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements MDExtract
return Collections.unmodifiableList(extractionErrors); return Collections.unmodifiableList(extractionErrors);
} }
/* base is the property file from original mediainfo-plugin of FL woorking group */ /* base is the property file from original mediainfo-plugin of FL working group */
@Override @Override
public List<String> getSupportedAttributeNames() { public List<String> getSupportedAttributeNames() {
//return new ArrayList<String>(attributes.keySet()); //return new ArrayList<String>(attributes.keySet());
...@@ -495,7 +495,7 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements MDExtract ...@@ -495,7 +495,7 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements MDExtract
throw new Exception("ERROR: path=" + filename + " not available"); throw new Exception("ERROR: path=" + filename + " not available");
} }
} }
/** stand alone check, main file to call local installed clamd /** stand-alone check, main file to call local installed clamd
* @param args list of files which should be scanned * @param args list of files which should be scanned
*/ */
public static void main(String[] args) { public static void main(String[] args) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment