Skip to content
Snippets Groups Projects
Commit 1da12e7c authored by Paweł Walkowiak's avatar Paweł Walkowiak
Browse files

Initialize ins

parent 9323bcee
Branches
1 merge request!1Support xml
Pipeline #10772 passed with stage
in 1 minute and 24 seconds
......@@ -74,7 +74,7 @@ public class Converter extends Worker {
public void process(String fileIn, String fileOut, JSONObject param) {
Logger.getLogger(Converter.class.getName()).log(Level.INFO, "Input file: " + fileIn);
File file = new File(fileIn);
TikaInputStream inS;
TikaInputStream inS = null;
try {
Metadata metadata = new Metadata();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment