Rename Reptile to Amphibian
This commit is contained in:
parent
141f05d179
commit
ef3f984d8e
|
@ -4,6 +4,6 @@ public class Amphibian implements Animal {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return "Reptile";
|
return "Amphibian";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue