blob: 78a55849aed996d8dd6d92d1811ec99b7096e073 [file] [log] [blame]
public static void main(String[] args) {
try (File file = new File("filename.txt"))
{
doit(processDefinition);
}
}