mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-02 12:10:14 +00:00
6470634: Typos in CardTerminals.list(CardTerminals.State) javadoc
Reviewed-by: xuelei
This commit is contained in:
parent
008fee0591
commit
fee090c692
@ -94,9 +94,9 @@ public abstract class CardTerminals {
|
||||
*
|
||||
* @param state the State
|
||||
* @return an unmodifiable list of all terminals matching the specified
|
||||
* attribute.
|
||||
* state.
|
||||
*
|
||||
* @throws NullPointerException if attr is null
|
||||
* @throws NullPointerException if state is null
|
||||
* @throws CardException if the card operation failed
|
||||
*/
|
||||
public abstract List<CardTerminal> list(State state) throws CardException;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user