made Appointment.location() return an optional
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user