mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/tutorialjava2024-25.git
synced 2025-11-09 18:03:09 +01:00
fix(ch 9): ex 1 comp error solved
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user