From openjdk-jmx-dev Wed Nov 30 16:44:21 2022 From: Kevin Walls Date: Wed, 30 Nov 2022 16:44:21 +0000 To: openjdk-jmx-dev Subject: Re: jmx-dev RFR: 8297794: Deprecate JMX Management Applets for Removal [v2] Message-Id: X-MARC-Message: https://marc.info/?l=openjdk-jmx-dev&m=166982626031679 On Wed, 30 Nov 2022 15:45:02 GMT, Roger Riggs wrote: >> Kevin Walls has updated the pull request incrementally with one additional commit since the last revision: >> >> deprecated api doc text > > src/java.management/share/classes/javax/management/loading/MLet.java line 165: > >> 163: * to load classes that could not be found in the loaded jar files. >> 164: * >> 165: * @deprecated This API is part of Management Applets (m-lets), which is a legacy feature that allows loading > > I think `m-let` should be capital M. -> `M-let`. JMX_1_4_specification.pdf has it as "m-let". But the API docs often use class names or the MLET tag so don't use the "m-let" form much, if at all. But for a written text, I think it's correct as it is. 8-) ------------- PR: https://git.openjdk.org/jdk/pull/11430