Skip to content

Commit 7182985

Browse files
8263104: fix warnings for empty paragraphs
Reviewed-by: alanb, lancea
1 parent 5eb2091 commit 7182985

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

src/java.base/share/classes/javax/crypto/CryptoAllPermission.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
/**
3333
* The CryptoAllPermission is a permission that implies
3434
* any other crypto permissions.
35-
* <p>
3635
*
3736
* @see java.security.Permission
3837
* @see java.security.AllPermission

src/java.base/share/classes/javax/crypto/CryptoPermission.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* CryptoPermission object is used to represent
4040
* the ability of an application/applet to use certain
4141
* algorithms with certain key sizes and other
42-
* restrictions in certain environments. <p>
42+
* restrictions in certain environments.
4343
*
4444
* @see java.security.Permission
4545
*

src/java.management/share/classes/javax/management/loading/package.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
subclass of <code>MLet</code> that implements
6767
<code>PrivateClassLoader</code>.</p>
6868

69-
<p id="spec">
70-
@see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
69+
@see <a id="spec" href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
7170
JMX Specification, version 1.4</a>
7271

7372
@since 1.5

src/java.management/share/classes/javax/management/monitor/package.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@
183183

184184
</li>
185185
</ul>
186-
<p id="spec">
187-
@see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
186+
@see <a id="spec" href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
188187
JMX Specification, version 1.4</a>
189188
@since 1.5
190189

src/java.management/share/classes/javax/management/package.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,7 @@ <h4 id="interop-1.2">If the remote MBean Server is 1.2</h4>
388388

389389
</ul>
390390

391-
<p id="spec">
392-
@see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
391+
@see <a id="spec" href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
393392
JMX Specification, version 1.4</a>
394393

395394
@since 1.5

0 commit comments

Comments
 (0)