Skip to content

Commit c411442

Browse files
committed
Minor editing.
1 parent 3faec9f commit c411442

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Java14API/src/main/java/java14/TextBlockVsString.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ public static void main(String[] args) {
1313
+ " Platz 8: BMW Group\n"
1414
+ " Platz 9: Deloitte\n"
1515
+ " Patz 10: Roche Deutschland Holding GmbH\n"
16-
+ "Und diese Arbeitgeber:innen sind f�r Frauen am besten\n"
17-
+ "Fazit: Es lohnt sich Firmen-Bewertungen zu checken\n";
16+
+ "Viel Glück!\n";
1817
System.out.println(strTraditional);
1918

2019
String strTextBlock = """
@@ -29,8 +28,7 @@ public static void main(String[] args) {
2928
Platz 8: BMW Group
3029
Platz 9: Deloitte
3130
Patz 10: Roche Deutschland Holding GmbH
32-
Und diese Arbeitgeber:innen sind f�r Frauen am besten
33-
Fazit: Es lohnt sich Firmen-Bewertungen zu checken
31+
Viel Glück!
3432
""";
3533
System.out.println(strTextBlock);
3634
}
59.7 KB
Loading

0 commit comments

Comments
 (0)