mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8279918: Fix various doc typos
Reviewed-by: kevinw, lancea, mullan, sspitsyn, naoto, jlahoda, azvegint, egahlin, jjg
This commit is contained in:
parent
ac98b22040
commit
f180530935
35 changed files with 88 additions and 88 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2022, 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
|
||||
|
@ -105,7 +105,7 @@ public abstract interface SaslServer {
|
|||
* by sending a challenge to the client, or if the authentication has
|
||||
* succeeded but challenge data needs to be processed by the client.
|
||||
* {@code isComplete()} should be called
|
||||
* after each call to {@code evaluateResponse()},to determine if any further
|
||||
* after each call to {@code evaluateResponse()}, to determine if any further
|
||||
* response is needed from the client.
|
||||
*
|
||||
* @param response The non-null (but possibly empty) response sent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue