# HG changeset patch # User okutsu # Date 1443759706 -32400 # Node ID c88a02770d60aecb19b0e128682c7b04fb2d8626 # Parent 59bcc3c351e6ba5c4f5fd76060d907b8fc8cbc75 8138663: Missing @build in test/java/text/Format/DecimalFormat/RoundingAndPropertyTest.java Reviewed-by: naoto diff -r 59bcc3c351e6 -r c88a02770d60 jdk/test/java/text/Format/DecimalFormat/RoundingAndPropertyTest.java --- a/jdk/test/java/text/Format/DecimalFormat/RoundingAndPropertyTest.java Tue Sep 22 11:50:40 2015 -0700 +++ b/jdk/test/java/text/Format/DecimalFormat/RoundingAndPropertyTest.java Fri Oct 02 13:21:46 2015 +0900 @@ -25,6 +25,7 @@ * @bug 7050528 * @summary Test java.text.DecimalFormat fast-path for format(double...) * @author Olivier Lagneau + * @build GoldenDoubleValues GoldenFormattedValues * @run main RoundingAndPropertyTest * */