mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-04 23:58:38 +08:00
auto commit
This commit is contained in:
@ -82,7 +82,7 @@ public interface Observer {
|
||||
public class StatisticsDisplay implements Observer {
|
||||
|
||||
public StatisticsDisplay(Subject weatherData) {
|
||||
weatherData.reisterObserver(this);
|
||||
weatherData.registerObserver(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user