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

Udate in converter

parent 0dffaf12
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ public class Converter extends Worker {
public void static_init(IniFile init) throws Exception
{ if (init.hasKey("tool", "max_length"))
maxLength=init.getInt("tool", "max_length", maxLength);
System.out.println("MaxLength: "+maxLength);
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment