cambio en el get y set de telefono
Some checks failed
Deploy Spring Boot App / build-and-deploy (push) Has been cancelled
Some checks failed
Deploy Spring Boot App / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -23,11 +23,11 @@ public class Cabana {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Integer getTelefono() {
|
public Integer getTelefono() {
|
||||||
return Telefono;
|
return telefono;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setTelefono(Integer telefono) {
|
public void setTelefono(Integer telefono) {
|
||||||
Telefono = telefono;
|
telefono = telefono;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getNombre() {
|
public String getNombre() {
|
||||||
|
|||||||
Reference in New Issue
Block a user