nus-oss / AB3-J17

:ab::three: Address Book sample application (Level 3)
https://se-education.org/addressbook-level3
MIT License
0 stars 16 forks source link

Fix logging typo #29

Closed baskargopinath closed 1 month ago

baskargopinath commented 1 month ago

When launching AB3 from terminal using java -jar, the start of logging says 'Initializing AddressBook' while the end says 'Stopping Address Book'.

Let's fix this inconsistency by changing it to 'Stopping AddressBook' in MainApp.java

Screenshot 2024-07-22 at 12 57 16 PM

damithc commented 1 month ago

Thanks for the PR @baskargopinath Merged with cosmetic changes to the commit message.