cleans unused print-statement
This commit is contained in:
@@ -29,7 +29,6 @@ public class TryOut {
|
|||||||
System.out.println("Aus JsonObject erzeugtes Java-Record:");
|
System.out.println("Aus JsonObject erzeugtes Java-Record:");
|
||||||
Person a1 = aliceAutomatically(ali);
|
Person a1 = aliceAutomatically(ali);
|
||||||
System.out.println(a1);
|
System.out.println(a1);
|
||||||
System.out.println("Manuell erzeugtes Java-Record:");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Person aliceAutomatically(JsonObject ali) {
|
private static Person aliceAutomatically(JsonObject ali) {
|
||||||
|
|||||||
Reference in New Issue
Block a user