8178686: Fix incorrect bug id in test.
authorksrini
Wed, 12 Apr 2017 13:48:18 -0700
changeset 44685 8888c1a60279
parent 44684 6ce4d52084e8
child 44686 bdc14701b969
8178686: Fix incorrect bug id in test. Reviewed-by: darcy
langtools/test/jdk/javadoc/doclet/testModules/TestModuleServices.java
--- a/langtools/test/jdk/javadoc/doclet/testModules/TestModuleServices.java	Wed Apr 12 11:42:50 2017 -0700
+++ b/langtools/test/jdk/javadoc/doclet/testModules/TestModuleServices.java	Wed Apr 12 13:48:18 2017 -0700
@@ -23,7 +23,7 @@
 
 /*
  * @test
- * @bug 8176901
+ * @bug 8178067
  * @summary tests the module's services, such as provides and uses
  * @modules jdk.javadoc/jdk.javadoc.internal.api
  *          jdk.javadoc/jdk.javadoc.internal.tool