8360554: Use the title from the JSON RFC for the @spec tag

Reviewed-by: alanb, kevinw
This commit is contained in:
Naoto Sato 2025-06-26 16:35:43 +00:00
parent a49ecb26c5
commit 83fe688d80

View File

@ -158,7 +158,8 @@ public interface HotSpotDiagnosticMXBean extends PlatformManagedObject {
TEXT_PLAIN,
/**
* JSON (JavaScript Object Notation) format.
* @spec https://datatracker.ietf.org/doc/html/rfc8259 JavaScript Object Notation
* @spec https://datatracker.ietf.org/doc/html/rfc8259 RFC 8259: The JavaScript
* Object Notation (JSON) Data Interchange Format
*/
JSON,
}