mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-12 16:18:37 +00:00
feat: add override annotation (#3306)
Co-authored-by: behappyleee <72903623+behappyleee@users.noreply.github.com>
This commit is contained in:
@@ -40,6 +40,7 @@ public class CakeViewImpl implements View {
|
||||
this.cakeBakingService = cakeBakingService;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void render() {
|
||||
cakeBakingService.getAllCakes().forEach(cake -> LOGGER.info(cake.toString()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user