From 291f131e6011bd7fe8173ebd744382fcfc028499 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 15 Jul 2016 15:34:24 -0700 Subject: [PATCH] Remove `/urandom` references from the docs Remove a dangling line left after commit 7b641d5d. Fixes gh-6229 --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 85888cc06f..86561ef4d0 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -697,9 +697,6 @@ You might also want to use the useful operating system environment variable: $ export MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=128M ---- -(The "`egd`" setting is to speed up Tomcat startup by giving it a faster source of -entropy for session keys.) - [[using-boot-running-with-the-gradle-plugin]]