From 1f994b70b542ca8d747726abff1c6ca4a2ae5e87 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 27 Nov 2018 12:35:35 +0000 Subject: [PATCH] Correct description of file generated by heapdump endpoint Closes gh-15016 --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index e38c8a1136..005ecb1465 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -148,7 +148,7 @@ use the following additional endpoints: | ID | Description | Enabled by default |`heapdump` -|Returns a GZip compressed `hprof` heap dump file. +|Returns an `hprof` heap dump file. |Yes |`jolokia`