SergioMartinezCid / ISOFT2-2021-A04

This repository holds the project for the course of Software Engineering II at the University of Castilla-La Mancha.
MIT License
0 stars 0 forks source link

[MAJOR] - Rename notify method on Subject #48

Closed SergioMartinezUCLM closed 3 years ago

SergioMartinezUCLM commented 3 years ago

Where is the issue

Describe the bug The notify method has been commented out, but needs to be implemented. I assume the reason why that happened is because of a conflict with Object.notify(). It should be renamed in the design, added to the interface and implemented by the classes that use it.