7145043: HttpServerProvider.java:81: warning - @code("httpServerProvider") is an unknown tag

Reviewed-by: michaelm
This commit is contained in:
Chris Hegarty 2012-03-04 07:41:34 +00:00
parent 0006ef0cc8
commit 2d9226ff60

View File

@ -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();