aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoremc <none@none>2013-11-13 15:48:21 -0500
committeremc <none@none>2013-11-13 15:48:21 -0500
commit9ca9c13b549e9dd1920a51f03e54085bf8f218cd (patch)
treed846092255e6c0e87fa5fe824f1de78118567bee /test
parent567f74c5ff29fccccc8c18ca2f9e54b59b645a8d (diff)
8026884: test for fix of JDK-8021398 does not have @bug tag
8028021: @since 1.8 missing for certain methods in java.lang.reflect.Method in generated api docs Summary: two documentation fixes Reviewed-by: darcy
Diffstat (limited to 'test')
-rw-r--r--test/java/lang/reflect/Parameter/GetAnnotatedTypeTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/java/lang/reflect/Parameter/GetAnnotatedTypeTest.java b/test/java/lang/reflect/Parameter/GetAnnotatedTypeTest.java
index 2fcf0b892..5a2428751 100644
--- a/test/java/lang/reflect/Parameter/GetAnnotatedTypeTest.java
+++ b/test/java/lang/reflect/Parameter/GetAnnotatedTypeTest.java
@@ -23,6 +23,7 @@
/*
* @test
+ * @bug 8021398
* @compile -parameters GetAnnotatedTypeTest.java
* @run main GetAnnotatedTypeTest
* @summary javac should generate method parameters correctly.