Skip to content

Commit 8f4fd43

Browse files
izeyemhalbritter
authored andcommitted
Add Javadoc since for GarbageCollectorInfo
See gh-44980 Signed-off-by: Johnny Lim <[email protected]>
1 parent 44b6014 commit 8f4fd43

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)