Skip to content
Snippets Groups Projects
Commit 1b552ee6 authored by Tobias Iroa Otero's avatar Tobias Iroa Otero
Browse files

act

parent eefe4f71
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ import logica.DataActividad;
public class ManejadorActividad {
// Atributos
// Atributos
private static ManejadorActividad instancia = null;
private HashMap<String,Actividad> colAct;
......
......@@ -21,7 +21,7 @@ public class Actividad {
return this.nombre;
}
public String getDescripcion() {
public String getDescripcion() {
return this.descripcion;
}
......
......@@ -4,7 +4,7 @@ import java.util.Date;
public class DataActividad {
public DataActividad() {
}
public DataActividad(String n, String d, Date f, String c, int cos, int dur) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment