Fix out-of-date Javadocs on Security.java

We have made the security manager non-optional, but the Javadocs for
Security.java imply that it still is. This commit fixes this issue.

Relates #16176
This commit is contained in:
Jason Tedor 2017-01-13 17:14:45 -05:00
parent 2dd0ec57b2
commit d67514606e
1 changed files with 0 additions and 6 deletions

View File

@ -85,12 +85,6 @@ import java.util.Map;
* cleanups to the scripting apis). But still it can provide some defense for users
* that enable dynamic scripting without being fully aware of the consequences.
* <br>
* <h1>Disabling Security</h1>
* SecurityManager can be disabled completely with this setting:
* <pre>
* es.security.manager.enabled = false
* </pre>
* <br>
* <h1>Debugging Security</h1>
* A good place to start when there is a problem is to turn on security debugging:
* <pre>