6470634: Typos in CardTerminals.list(CardTerminals.State) javadoc

Reviewed-by: xuelei
This commit is contained in:
Sean Mullan 2015-05-08 09:05:15 -04:00
parent 008fee0591
commit fee090c692

View File

@ -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;