fix(ch 9): ex 1 comp error solved

This commit is contained in:
Rafa Muñoz
2025-03-13 12:47:50 +01:00
parent 738c42f160
commit 7dbbed7984

View File

@@ -45,7 +45,6 @@ public class ControladorFabricante {
f.setId(rs.getInt("id")); f.setId(rs.getInt("id"));
f.setNombre(rs.getString("nombre")); f.setNombre(rs.getString("nombre"));
f.setCif(rs.getString("cif")); f.setCif(rs.getString("cif"));
rs.getDate("fechaNac")
return f; return f;
} }
} }