public class WorkflowServerClient { public void outputMessage(String s) { System.out.println( s ); // Insert TAB in front of paranthesis. // Indention Engine options: Expand Tabs to Spaces = false! } }