Skip to content
Snippets Groups Projects
Commit c0207f89 authored by Tomasz Walkowiak's avatar Tomasz Walkowiak
Browse files

Update Converter.java

parent 5d1cc0c2
No related branches found
No related tags found
No related merge requests found
Pipeline #4193 failed
...@@ -37,7 +37,7 @@ public class Converter extends Worker { ...@@ -37,7 +37,7 @@ public class Converter extends Worker {
public void init() throws Exception { public void init() throws Exception {
} }
private int maxLength = (1000 * 1024 * 1024); private static int maxLength = (1000 * 1024 * 1024);
//init objects shared by threads //init objects shared by threads
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment