mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-31 15:53:41 +00:00
7145043: HttpServerProvider.java:81: warning - @code("httpServerProvider") is an unknown tag
Reviewed-by: michaelm
This commit is contained in:
parent
0006ef0cc8
commit
2d9226ff60
@ -76,7 +76,7 @@ public abstract class HttpServerProvider {
|
||||
*
|
||||
* @throws SecurityException
|
||||
* If a security manager has been installed and it denies
|
||||
* {@link RuntimePermission}{@code("httpServerProvider")}
|
||||
* {@link RuntimePermission}{@code ("httpServerProvider")}
|
||||
*/
|
||||
protected HttpServerProvider() {
|
||||
SecurityManager sm = System.getSecurityManager();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user