1
0
Fork 0

Strukturerweiterung durch Klassen aus dem Klassendiagramm

main
Philipp Kotte 2023-10-06 00:02:23 +02:00
parent d1d62502e0
commit 2564398a9d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ public class Blockzeile {
public Blockeintrag[] getDaten() {
// TODO: Implementation
return new Blockeintrag[0];
}
}