8263104: fix warnings for empty paragraphs
Reviewed-by: alanb, lancea
This commit is contained in:
parent
5eb2091a19
commit
718298506d
@ -32,7 +32,6 @@ import java.util.Vector;
|
||||
/**
|
||||
* The CryptoAllPermission is a permission that implies
|
||||
* any other crypto permissions.
|
||||
* <p>
|
||||
*
|
||||
* @see java.security.Permission
|
||||
* @see java.security.AllPermission
|
||||
|
@ -39,7 +39,7 @@ import javax.crypto.spec.*;
|
||||
* CryptoPermission object is used to represent
|
||||
* the ability of an application/applet to use certain
|
||||
* algorithms with certain key sizes and other
|
||||
* restrictions in certain environments. <p>
|
||||
* restrictions in certain environments.
|
||||
*
|
||||
* @see java.security.Permission
|
||||
*
|
||||
|
@ -66,8 +66,7 @@ questions.
|
||||
subclass of <code>MLet</code> that implements
|
||||
<code>PrivateClassLoader</code>.</p>
|
||||
|
||||
<p id="spec">
|
||||
@see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
|
||||
@see <a id="spec" href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
|
||||
JMX Specification, version 1.4</a>
|
||||
|
||||
@since 1.5
|
||||
|
@ -183,8 +183,7 @@ questions.
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
<p id="spec">
|
||||
@see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
|
||||
@see <a id="spec" href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
|
||||
JMX Specification, version 1.4</a>
|
||||
@since 1.5
|
||||
|
||||
|
@ -388,8 +388,7 @@ questions.
|
||||
|
||||
</ul>
|
||||
|
||||
<p id="spec">
|
||||
@see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
|
||||
@see <a id="spec" href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
|
||||
JMX Specification, version 1.4</a>
|
||||
|
||||
@since 1.5
|
||||
|
Loading…
Reference in New Issue
Block a user