Skip to content

Commit

Permalink
Removed strange letters...
Browse files Browse the repository at this point in the history
  • Loading branch information
Boessu authored and Boessu committed Jan 24, 2020
1 parent 6dc36c9 commit 2a5e602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/ch/braincell/pay/qrbill/val/QRRContent.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ public static final class Header {
public static final class Address {
/**
* Mandatory.<br/>
* �S� - structured address<br/>
* �K� - combined address
* S - structured address<br/>
* K - combined address
*/
public static final String TYPE = "^(S|K){1}$";
/** Mandatory. */
Expand Down

0 comments on commit 2a5e602

Please sign in to comment.