summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/uic/barcode/staticFrame/UTLAYDataRecord.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replaced StandardCharsets with Charset.forNameJohn Doe2021-07-211-3/+3
| | | | | | java.nio.charset.StandardCharsets is available on API level >= 19. See https://developer.android.com/reference/java/nio/charset/StandardCharsets. java.nio.charset.Charset is there since java 1.4.
* structure change 1CGantert3452021-03-291-0/+272