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.
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.