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

rename variable

parent 2190d5a1
No related branches found
No related tags found
1 merge request!1Support xml
Pipeline #10799 passed
......@@ -68,7 +68,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 = null;
TikaInputStream inS = null;
try {
Metadata metadata = new Metadata();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment