Skip to content

Commit

Permalink
Make CreditorIdentifier final (closes marcwrobel#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwrobel committed Jul 21, 2022
1 parent 53bdba3 commit c483940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Changed

- (breaking change) Make `CreditorIdentifier` final (#116).

### Fixed

### Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @see <a href="https://www.europeanpaymentscouncil.eu/document-library/guidance-documents/creditor-identifier-overview">EPC
* Creditor Identifier Overview</a>
*/
public class CreditorIdentifier implements Serializable {
public final class CreditorIdentifier implements Serializable {

/**
* Serialization version.
Expand Down

0 comments on commit c483940

Please sign in to comment.