< prev index next >

test/java/text/Format/NumberFormat/SerializationSaveTest.java

Print this page

        

*** 55,64 **** --- 55,65 ---- e.printStackTrace(); } } } + @SuppressWarnings("serial") class CheckDecimalFormat implements Serializable { DecimalFormat _decFormat = (DecimalFormat)NumberFormat.getInstance(); public String Update()
*** 66,75 **** --- 67,77 ---- Random r = new Random(); return _decFormat.format(r.nextDouble()); } } + @SuppressWarnings("serial") class CheckDecimalFormatSymbols implements Serializable { DecimalFormatSymbols _decFormatSymbols = new DecimalFormatSymbols(); public char Update()
< prev index next >