if (wf == null) {
throw new IllegalArgumentException("No such workflow " + entry.getWorkflowName());
}
[/code:1]
[code:1]
public class Try
{
public static void main(String []args)
{
System.out.println("Hello,linuxfans");
}
}
[/code:1]