mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Add Javadoc since for GarbageCollectorInfo
See gh-44980 Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
committed by
Moritz Halbritter
parent
44b60141b2
commit
8f4fd43320
+5
@@ -243,6 +243,11 @@ public class ProcessInfo {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Garbage collection information.
|
||||
*
|
||||
* @since 3.5.0
|
||||
*/
|
||||
public static class GarbageCollectorInfo {
|
||||
|
||||
private final String name;
|
||||
|
||||
Reference in New Issue
Block a user