6470634: Typos in CardTerminals.list(CardTerminals.State) javadoc
Reviewed-by: xuelei
--- a/jdk/src/java.smartcardio/share/classes/javax/smartcardio/CardTerminals.java Fri May 08 11:02:33 2015 +0100
+++ b/jdk/src/java.smartcardio/share/classes/javax/smartcardio/CardTerminals.java Fri May 08 09:05:15 2015 -0400
@@ -94,9 +94,9 @@
*
* @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;