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
-1
View File
@@ -12,7 +12,6 @@ spotless {
removeUnusedImports()
importOrder()
licenseHeader("/* © SRSoftware 2024 */")
toggleOffOn()
}
}