5657585960616263646566
}; final Callable<Void> task = new Callable<Void>() { @Override public Void call() { try { lessCss.process(new StringReader(createValidCss()), new StringWriter()); } catch (final Exception e) { throw new RuntimeException(e); } return null; }