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

- minor: added space for better readability

parent f4374176
No related branches found
No related tags found
No related merge requests found
...@@ -491,8 +491,8 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements MDExtract ...@@ -491,8 +491,8 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements MDExtract
private void checkFileExists (String filename) throws Exception { private void checkFileExists (String filename) throws Exception {
File f = new File(filename); File f = new File(filename);
if (! f.exists() ) { if (! f.exists() ) {
System.out.println("ERROR: path=" + filename + "not available"); System.out.println("ERROR: path=" + filename + " not available");
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment