Harmonize description of *.ssl.enabled

See gh-2241
This commit is contained in:
Stephane Nicoll 2015-01-07 10:16:01 +01:00
parent a8ca01cf51
commit 493f3e4aa8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ package org.springframework.boot.context.embedded;
public class Ssl { public class Ssl {
/** /**
* If SSL support is enabled. * Enable SSL support.
*/ */
private boolean enabled = true; private boolean enabled = true;