kanmaytacker / design-patterns

Implementation of Gang of Four design patterns in Java
108 stars 218 forks source link

Update 07-facade-observer.md #42

Open amitpandey1986 opened 3 months ago

amitpandey1986 commented 3 months ago

Fixed the Interface creation syntax

-public interface class Observable { +public interface Observable {