2023-10-05 23:49:36 +02:00
|
|
|
/*
|
|
|
|
============================================================
|
|
|
|
This is the "Block" file from Author: Philipp Kotte
|
|
|
|
written on: 05 / 10 / 2023 at: 23:43
|
|
|
|
============================================================
|
|
|
|
*/
|
2023-10-10 21:22:33 +02:00
|
|
|
package Domain.Block;
|
2023-10-05 23:49:36 +02:00
|
|
|
|
|
|
|
public class Block {
|
2023-10-11 16:56:05 +02:00
|
|
|
public void addZeile(){
|
2023-10-05 23:49:36 +02:00
|
|
|
|
2023-10-11 16:56:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
public Blockzeile[] getDaten() {
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
//neues Kommentar
|
2023-10-05 23:49:36 +02:00
|
|
|
}
|