Skip to content

Commit 23d5fe4

Browse files
committed
Merge pull request #44980 from izeye
* pr/44980: Add Javadoc since for GarbageCollectorInfo Closes gh-44980
2 parents 44b6014 + 8f4fd43 commit 23d5fe4

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

+5
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)