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 {
|
public class GHobbits implements Race {
|
||||||
@Override
|
@Override
|
||||||
public void update(GWeather o, WeatherType weatherType) {
|
public void update(GWeather weather, WeatherType weatherType) {
|
||||||
switch (weatherType) {
|
switch (weatherType) {
|
||||||
case COLD:
|
case COLD:
|
||||||
System.out.println("The hobbits are shivering in the cold weather.");
|
System.out.println("The hobbits are shivering in the cold weather.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user