We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afb065 commit 89bda69Copy full SHA for 89bda69
1 file changed
observer/README.md
@@ -46,7 +46,7 @@ public class Orcs implements WeatherObserver {
46
47
@Override
48
public void update(WeatherType currentWeather) {
49
- LOGGER.info("The hobbits are facing " + currentWeather.getDescription() + " weather now");
+ LOGGER.info("The orcs are facing " + currentWeather.getDescription() + " weather now");
50
}
51
52
0 commit comments