8273045: Fix misc javadoc bugs in the java.security and javax.net.ssl code

Reviewed-by: xuelei
This commit is contained in:
Bradford Wetmore 2021-08-27 05:11:25 +00:00
parent b16a04ebf7
commit 76baace2f0
10 changed files with 40 additions and 35 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -96,7 +96,7 @@ public abstract class AuthProvider extends Provider {
* from the caller, which may be {@code null}
*
* @throws IllegalStateException if the provider requires configuration
* and {@link configure} has not been called
* and {@link #configure} has not been called
* @throws LoginException if the login operation fails
* @throws SecurityException if the caller does not pass a
* security check for
@ -111,7 +111,7 @@ public abstract class AuthProvider extends Provider {
* Log out from this provider.
*
* @throws IllegalStateException if the provider requires configuration
* and {@link configure} has not been called
* and {@link #configure} has not been called
* @throws LoginException if the logout operation fails
* @throws SecurityException if the caller does not pass a
* security check for
@ -139,7 +139,7 @@ public abstract class AuthProvider extends Provider {
* authentication information, which may be {@code null}
*
* @throws IllegalStateException if the provider requires configuration
* and {@link configure} has not been called
* and {@link #configure} has not been called
* @throws SecurityException if the caller does not pass a
* security check for
* {@code SecurityPermission("authProvider.name")},