Skip to content

Commit 004e26c

Browse files
committed
11
11
1 parent ec1c630 commit 004e26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itext-create-pdf/src/main/java/com/hmkcode/HelloWorld.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static void main( String[] args )
2222
// 3. open the document
2323
document.open();
2424
// 4. add the content
25-
document.add(new Paragraph("Hello World!"));
25+
document.add(new Paragraph("Hello Wwworld!"));
2626
// 5. close the document
2727
document.close();
2828

0 commit comments

Comments
 (0)