8234971: Incorrect example in j.l.reflect.RecordComponent::toString

Reviewed-by: jjg
This commit is contained in:
Vicente Romero 2019-12-17 14:11:26 -05:00
parent 14459b2ad2
commit ba9d4ad45a

View File

@ -233,7 +233,7 @@ public final class RecordComponent implements AnnotatedElement {
* of the record component.
* For example:
* <pre>
* String name
* java.lang.String name
* int age
* </pre>
*