# HG changeset patch # User darcy # Date 1537907511 25200 # Node ID e0153fc0a843d3314406edb06e551186ba6e53cf # Parent a6bdb6d5f167dbbbaee704fe0daf604adb0ba5d0 8211127: TestNewLanguageFeatures.java fails after JDK-8173730 Reviewed-by: jjg diff -r a6bdb6d5f167 -r e0153fc0a843 test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/TestNewLanguageFeatures.java --- a/test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/TestNewLanguageFeatures.java Tue Sep 25 11:31:55 2018 -0700 +++ b/test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/TestNewLanguageFeatures.java Tue Sep 25 13:31:51 2018 -0700 @@ -24,7 +24,7 @@ /* * @test * @bug 4789689 4905985 4927164 4827184 4993906 5004549 7025314 7010344 8025633 8026567 8162363 - * 8175200 8186332 8182765 8196202 8187288 + * 8175200 8186332 8182765 8196202 8187288 8173730 * @summary Run Javadoc on a set of source files that demonstrate new * language features. Check the output to ensure that the new * language features are properly documented. @@ -93,7 +93,6 @@ // Automatically insert documentation for values() and valueOf(). "Returns an array containing the constants of this enum type,", "Returns the enum constant of this type with the specified name", - "for (Coin c : Coin.values())", "Overloaded valueOf() method has correct documentation.", "Overloaded values method has correct documentation.", "
public static Coin" +