Fixes Javadoc generation for @SuppressForb adnot (elastic/x-pack-elasticsearch#2583)

Original commit: elastic/x-pack-elasticsearch@75ce6ac028
This commit is contained in:
Albert Zaharovits 2017-09-21 14:28:57 +03:00 committed by GitHub
parent a8ea4f2d90
commit f435145060
1 changed files with 0 additions and 4 deletions

View File

@ -68,10 +68,6 @@ public class CommandLineHttpClient {
* @param responseConsumer
* consumer of the response Input Stream.
* @return HTTP protocol response code.
*
* @SuppressForbidden We do not install the security manager when calling from
* the commandline. However, doPrivileged blocks will be
* necessary for any test code that calls this.
*/
@SuppressForbidden(reason = "We call connect in doPrivileged and provide SocketPermission")
public int postURL(String method, URL url, String user, SecureString password, CheckedSupplier<String, Exception> requestBodySupplier,