Merge branch 'master' into SonarCloud-Reports-Issue#1012

This commit is contained in:
Toxic Dreamz
2020-08-19 23:29:36 +04:00
committed by GitHub
8 changed files with 149 additions and 31 deletions

View File

@@ -46,7 +46,7 @@ public class Orcs implements WeatherObserver {
@Override
public void update(WeatherType currentWeather) {
LOGGER.info("The hobbits are facing " + currentWeather.getDescription() + " weather now");
LOGGER.info("The orcs are facing " + currentWeather.getDescription() + " weather now");
}
}