Skip to content
Snippets Groups Projects
Commit e62f42fc authored by Matthieu Defretiere's avatar Matthieu Defretiere
Browse files

diagrams

parent ebc8fff7
No related branches found
No related tags found
No related merge requests found
File added
No preview for this file type
File added
File added
...@@ -22,7 +22,7 @@ import serviciosComunes.JsonParser; ...@@ -22,7 +22,7 @@ import serviciosComunes.JsonParser;
/** /**
* *
* @author younrm * @author defre
*/ */
public class ControladorCUConsultarEmergencias { public class ControladorCUConsultarEmergencias {
private static ControladorCUConsultarEmergencias controlador = new ControladorCUConsultarEmergencias(); private static ControladorCUConsultarEmergencias controlador = new ControladorCUConsultarEmergencias();
......
...@@ -62,10 +62,6 @@ public class Empleado extends Persona { ...@@ -62,10 +62,6 @@ public class Empleado extends Persona {
return historicoDeDisponiblidad; return historicoDeDisponiblidad;
} }
public static Empleado jsonToEmpleado(JsonObject jsonEmpleado) throws Exception { public static Empleado jsonToEmpleado(JsonObject jsonEmpleado) throws Exception {
String nif = jsonEmpleado.getString("nif"); String nif = jsonEmpleado.getString("nif");
String nombre = jsonEmpleado.getString("nombre"); String nombre = jsonEmpleado.getString("nombre");
...@@ -100,6 +96,4 @@ public class Empleado extends Persona { ...@@ -100,6 +96,4 @@ public class Empleado extends Persona {
return new Empleado(nombre, apellidos, fechaNacimiento, nif, direccion, telefono, fechaInicioEnEmpresa, rol); return new Empleado(nombre, apellidos, fechaNacimiento, nif, direccion, telefono, fechaInicioEnEmpresa, rol);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment