From 21f63c6cf6cd50f1aae624d625672c7660d8ccdd Mon Sep 17 00:00:00 2001 From: Andrei Cristea Date: Fri, 17 Dec 2021 11:40:26 +0100 Subject: [PATCH] docs: Add a precision in "processOpening" and "processClosing" methods Closes #15 --- CHANGELOG.md | 3 ++ gradle.properties | 2 +- .../transaction/CardTransactionManager.java | 35 +++++++++++-------- 3 files changed, 25 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63bbc60..74c51ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `processOpening` and `processClosing` methods (issue [#15]). ## [1.0.3] - 2021-12-15 ### Changed @@ -31,6 +33,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 +[#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 [#9]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/9 diff --git a/gradle.properties b/gradle.properties index 12365a1..5445044 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.3 +version = 1.0.4 javaSourceLevel = 1.6 javaTargetLevel = 1.6 diff --git a/src/main/java/org/calypsonet/terminal/calypso/transaction/CardTransactionManager.java b/src/main/java/org/calypsonet/terminal/calypso/transaction/CardTransactionManager.java index 1a7174d..519edca 100644 --- a/src/main/java/org/calypsonet/terminal/calypso/transaction/CardTransactionManager.java +++ b/src/main/java/org/calypsonet/terminal/calypso/transaction/CardTransactionManager.java @@ -124,7 +124,7 @@ public interface CardTransactionManager { * *

Once this command is processed, the result is available in {@link CalypsoCard}. * - *

Depending on whether or not we are inside a secure session, there are two types of behavior + *

Depending on whether we are inside a secure session, there are two types of behavior * following this command: * *