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