-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b65
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084866 | emb-9 | Sean Mullan | P4 | Resolved | Fixed | team |
The javadoc for the CardTerminals.list(CardTerminals.State) method at:
/java/re/jdk/6.0/promoted/rc/b98/docs/jre/api/security/smartcardio/spec/javax/smartcardio/CardTerminals.html#list(javax.smartcardio.CardTerminals.State)
contains typos:
---Excerpt-from-spec---
public abstract List<CardTerminal> list(CardTerminals.State state)
throws CardException
Returns an unmodifiable list of all terminals matching the specified state.
...
Parameters:
state - the State
Returns:
an unmodifiable list of all terminals matching the
specified attribute.
^^^^^^^^^
Throws:
NullPointerException - if attr is null
^^^^
...
---End-of-excerpt---
It seems that "state" word is more appropriate here than "attribute"/"attr".
/java/re/jdk/6.0/promoted/rc/b98/docs/jre/api/security/smartcardio/spec/javax/smartcardio/CardTerminals.html#list(javax.smartcardio.CardTerminals.State)
contains typos:
---Excerpt-from-spec---
public abstract List<CardTerminal> list(CardTerminals.State state)
throws CardException
Returns an unmodifiable list of all terminals matching the specified state.
...
Parameters:
state - the State
Returns:
an unmodifiable list of all terminals matching the
specified attribute.
^^^^^^^^^
Throws:
NullPointerException - if attr is null
^^^^
...
---End-of-excerpt---
It seems that "state" word is more appropriate here than "attribute"/"attr".
- backported by
-
JDK-8084866 Typos in CardTerminals.list(CardTerminals.State) javadoc
-
- Resolved
-