mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8159535: Mark deprecated javax.security.auth.Policy API with forRemoval=true
Reviewed-by: mullan
This commit is contained in:
parent
1eb567e210
commit
2dfe7fb8ab
3 changed files with 7 additions and 6 deletions
|
@ -65,6 +65,7 @@ import sun.security.util.PropertyExpander;
|
|||
* This class is entirely deprecated.
|
||||
*/
|
||||
@Deprecated
|
||||
@SuppressWarnings("removal")
|
||||
public class AuthPolicyFile extends javax.security.auth.Policy {
|
||||
|
||||
static final ResourceBundle rb =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue