Update GHobbits.java

Make GWeather argument more clear.
This commit is contained in:
Daniel 2015-05-02 02:50:41 +03:00
parent 2cdc0e9872
commit 68cbcd0cd5

View File

@ -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.");