made Appointment.location() return an optional

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-12-31 16:09:34 +01:00
parent 82b4b47a37
commit b16f2f9cd5
4 changed files with 7 additions and 8 deletions
@@ -65,7 +65,7 @@ public interface Appointment {
* descriptive text of the location, e.g. address
* @return location text
*/
String location();
Optional<String> location();
/**
* The date and time, when the appointment starts