Skip to content

Commit 28c5ca8

Browse files
committed
Add Javadoc since for GarbageCollectorInfo
See gh-44704 Signed-off-by: Johnny Lim <izeye@naver.com>
1 parent 05a9521 commit 28c5ca8

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/info

1 file changed

+5
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/info/ProcessInfo.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,11 @@ public long getMax() {
243243

244244
}
245245

246+
/**
247+
* Garbage collection information.
248+
*
249+
* @since 3.5.0
250+
*/
246251
public static class GarbageCollectorInfo {
247252

248253
private final String name;

0 commit comments

Comments
 (0)