blob: 3d41ce93c389edbadff1455f20a8be02f54cd11c [file] [log] [blame]
return new Runnable()
{
public void run()
{
System.out.println();
}
};