Add final newline to files where it was missing

This commit is contained in:
Simon Bruder 2023-11-12 20:59:18 +01:00
parent d2538791a8
commit da7003a2f2
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC
10 changed files with 10 additions and 10 deletions

View file

@ -10,4 +10,4 @@ UU ---> Use: Login als Kunde\noder Administrator,\nRegistrierung als neuer Nutze
K ---> Use: Buche\nCateringevent K ---> Use: Buche\nCateringevent
A ---> Use: Entferne Kunden,\nVerwalte Inventar/Personal A ---> Use: Entferne Kunden,\nVerwalte Inventar/Personal
@enduml @enduml

View file

@ -27,4 +27,4 @@ rectangle <<component>>\ncatering-service {
} }
@enduml @enduml

View file

@ -95,4 +95,4 @@ package catering.catalog {
'#TODO: to determine which Products of a Category to offer I need to retrieve information about availability of e.g. Cooks and ServicePersonel from the Users or Rentables from the Inventory' '#TODO: to determine which Products of a Category to offer I need to retrieve information about availability of e.g. Cooks and ServicePersonel from the Users or Rentables from the Inventory'
@enduml @enduml

View file

@ -34,4 +34,4 @@ package Salespoint {
WebSecurityConfiguration ..> HttpSecurity : <<use>> WebSecurityConfiguration ..> HttpSecurity : <<use>>
WebSecurityConfiguration --|> SalespointSecurityConfiguration WebSecurityConfiguration --|> SalespointSecurityConfiguration
@enduml @enduml

View file

@ -26,4 +26,4 @@ state Server {
Thymeleaf --> CSS Thymeleaf --> CSS
} }
@enduml @enduml

View file

@ -31,4 +31,4 @@ profile --> profile_html
register --> register_html register --> register_html
register_html --> login register_html --> login
@enduml @enduml

View file

@ -72,4 +72,4 @@ package time {
class DateTimeFormatter class DateTimeFormatter
} }
@enduml @enduml

View file

@ -76,4 +76,4 @@ OrderController <-- Spring : Model
deactivate Spring deactivate Spring
Customer <-- OrderController : "orders.html" Customer <-- OrderController : "orders.html"
@enduml @enduml

View file

@ -10,4 +10,4 @@ UU ---> Use: login as customer\nor administrator,\nregister as new customer,\nvi
K ---> Use: plan a \ncatering event K ---> Use: plan a \ncatering event
A ---> Use: remove customers,\nmanage inventory/staff A ---> Use: remove customers,\nmanage inventory/staff
@enduml @enduml

View file

@ -50,4 +50,4 @@ UC3 ----> DB : "**read and write order data**\n[JPA]"
UC4 ----> DB : "**read and write inventory data**\n[JPA]" UC4 ----> DB : "**read and write inventory data**\n[JPA]"
UC5 ----> DB : "**rean and write customer data**\n[JPA]" UC5 ----> DB : "**rean and write customer data**\n[JPA]"
@enduml @enduml