blob: ac7578e6de7961e264459c891b37c7527dcf4fde [file] [log] [blame]
public class MyTest
{
public static void main( String[] args )
{
// the date constructor is deprecated and will cause a warning
System.out.println( new java.util.Date( 2010, 8, 29 ) );
}
}