Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs: remove a precision in the "processClosing" method
Browse files Browse the repository at this point in the history
Closes #16
  • Loading branch information
andrei-cristea committed Dec 17, 2021
1 parent c793986 commit 6cda25e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Documentation of `processClosing` method (issue [#16]).

## [1.0.4] - 2021-12-17
### Changed
Expand Down Expand Up @@ -36,6 +38,7 @@ This is the initial release.
[1.0.1]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/releases/tag/1.0.0

[#16]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/16
[#15]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/15
[#13]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/13
[#11]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/11
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group = org.calypsonet.terminal
title = Calypsonet Terminal Calypso API
description = API defining the needed interfaces to manage Calypso cards
version = 1.0.4
version = 1.0.5

javaSourceLevel = 1.6
javaTargetLevel = 1.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -702,9 +702,7 @@ CardTransactionManager prepareReadRecordFile(
* <p><b>Nominal case</b>
*
* <p>The previously prepared commands are integrated into the calculation of the session digest
* by the SAM before execution by the card by anticipating their responses.<br>
* Therefore, the previous prepared commands <b>should contain only modify commands</b>
* (update/write/increase/decrease).
* by the SAM before execution by the card by anticipating their responses.
*
* <p>Thus, the session closing command containing the terminal signature is integrated into the
* same APDU group sent to the card via a final card request.
Expand Down Expand Up @@ -746,8 +744,7 @@ CardTransactionManager prepareReadRecordFile(
* </ul>
*
* @return The current instance.
* @throws IllegalStateException If no session is open or if previous prepared commands contain
* non modify commands.
* @throws IllegalStateException If no session is open.
* @throws CardTransactionException If a functional error occurs (including card and SAM IO
* errors).
* @since 1.0.0
Expand Down

0 comments on commit 6cda25e

Please sign in to comment.