Update GHobbits.java
Make GWeather argument more clear.
This commit is contained in:
parent
2cdc0e9872
commit
68cbcd0cd5
@ -4,7 +4,7 @@ import com.iluwatar.WeatherType;
|
||||
|
||||
public class GHobbits implements Race {
|
||||
@Override
|
||||
public void update(GWeather o, WeatherType weatherType) {
|
||||
public void update(GWeather weather, WeatherType weatherType) {
|
||||
switch (weatherType) {
|
||||
case COLD:
|
||||
System.out.println("The hobbits are shivering in the cold weather.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user