Add Javadoc since for GarbageCollectorInfo
See gh-44980 Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
parent
44b60141b2
commit
8f4fd43320
|
@ -243,6 +243,11 @@ public class ProcessInfo {
|
|||
|
||||
}
|
||||
|
||||
/**
|
||||
* Garbage collection information.
|
||||
*
|
||||
* @since 3.5.0
|
||||
*/
|
||||
public static class GarbageCollectorInfo {
|
||||
|
||||
private final String name;
|
||||
|
|
Loading…
Reference in New Issue