< prev index next >

test/java/text/Format/DateFormat/Bug4736959.java

Print this page

        

@@ -28,10 +28,11 @@
  */
 
 import java.text.*;
 import java.util.*;
 
+@SuppressWarnings("deprecation")
 public class Bug4736959 {
     /**
      * 4736959: JSpinner won't work for AM/PM field
      */
     public static void main(String[] args) {
< prev index next >