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