Skip to content

Commit

Permalink
Remove deprecated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Jan 10, 2016
1 parent 9a27502 commit ab24d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pro/javacard/gp/GPTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ public static void main(String[] argv) throws Exception {
} finally {
if (card != null) {
card.endExclusive();
TerminalManager.disconnect(card, true);
card.disconnect(true);
}
}
}
Expand Down

0 comments on commit ab24d03

Please sign in to comment.