auto commit

This commit is contained in:
CyC2018 2020-11-02 00:05:06 +08:00
parent e8bbe19311
commit 864ae226ef

View File

@ -82,7 +82,7 @@ public interface Observer {
public class StatisticsDisplay implements Observer {
public StatisticsDisplay(Subject weatherData) {
weatherData.reisterObserver(this);
weatherData.registerObserver(this);
}
@Override