Relates :
|
|
Relates :
|
JDK-8144050 :
|
(Submitted via Bugzilla) Description From Frank Cornelis 2010-04-12 03:28:37 PDT The disconnect method of Card.java has a reset parameter which is used as follows: SCardDisconnect(cardId, (reset ? SCARD_LEAVE_CARD : SCARD_RESET_CARD)); So if reset is true, the card is not being reset, if false, the card is being reset. Change the name of the variable, or fix the line of code?
|