Fixes Javadoc generation for @SuppressForb adnot (elastic/x-pack-elasticsearch#2583)
Original commit: elastic/x-pack-elasticsearch@75ce6ac028
This commit is contained in:
parent
a8ea4f2d90
commit
f435145060
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue