mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8263104: fix warnings for empty paragraphs
Reviewed-by: alanb, lancea
This commit is contained in:
parent
5eb2091a19
commit
718298506d
5 changed files with 4 additions and 8 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue