diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-02-25 11:02:26 +0100 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-02-25 11:02:26 +0100 |
commit | 425bd35c736b7e1c0dbe5b3f9162e195b3be6018 (patch) | |
tree | bc4668aa125fb0a15518d464a1738c6b05e56d07 /src/org/uic/barcode/test/utils/SimpleTestTicketLayout.java | |
parent | issuerOnLine changed from int to Integer as it is optional (diff) | |
download | UIC-barcode-1.2.tar UIC-barcode-1.2.tar.gz UIC-barcode-1.2.tar.bz2 UIC-barcode-1.2.tar.lz UIC-barcode-1.2.tar.xz UIC-barcode-1.2.tar.zst UIC-barcode-1.2.zip |
Diffstat (limited to 'src/org/uic/barcode/test/utils/SimpleTestTicketLayout.java')
-rw-r--r-- | src/org/uic/barcode/test/utils/SimpleTestTicketLayout.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/uic/barcode/test/utils/SimpleTestTicketLayout.java b/src/org/uic/barcode/test/utils/SimpleTestTicketLayout.java index ca888e7..b1b6422 100644 --- a/src/org/uic/barcode/test/utils/SimpleTestTicketLayout.java +++ b/src/org/uic/barcode/test/utils/SimpleTestTicketLayout.java @@ -17,7 +17,7 @@ public class SimpleTestTicketLayout { element.setLine(1);
element.setHeight(1);
element.setWidth(20);
- element.setText("Müller");
+ element.setText("Müller");
layout.addLayoutElement(element);
return layout;
|