Skip to content
Snippets Groups Projects
Commit 0c998f44 authored by El_Pouleto's avatar El_Pouleto
Browse files

small modif

parent 6cf74132
Branches
No related tags found
No related merge requests found
Showing
with 12 additions and 12 deletions
No preview for this file type
No preview for this file type
......@@ -18,7 +18,7 @@ import javax.swing.SwingUtilities;
/**
*
* @author defre
* @author younrm
*/
public class CtrlVistaConsultarEmergencias {
private static CtrlVistaConsultarEmergencias controlador = new CtrlVistaConsultarEmergencias();
......
......@@ -13,7 +13,7 @@ import java.util.List;
/**
*
* @author defre
* @author younrm
*/
public class VistaConsultarEmergencias extends javax.swing.JFrame {
CtrlVistaConsultarEmergencias controlador = CtrlVistaConsultarEmergencias.getInstance();
......
......@@ -12,7 +12,7 @@ import javax.swing.JFrame;
/**
*
* @author defre
* @author el_pouleto
*/
public class VistaGerente extends javax.swing.JFrame {
private CtrlVistaIdentificarse controlador = CtrlVistaIdentificarse.getInstance();
......
......@@ -10,7 +10,7 @@ import java.awt.event.ActionListener;
/**
*
* @author defre
* @author el_pouleto
*/
public class VistaIdentificarse extends javax.swing.JFrame {
private CtrlVistaIdentificarse controlador = CtrlVistaIdentificarse.getInstance();
......
......@@ -6,7 +6,7 @@ package com.mycompany.disenosoftwareproject.interfaz.vista;
/**
*
* @author defre
* @author younrm
*/
public class VistaInformacion extends javax.swing.JFrame {
......
......@@ -10,7 +10,7 @@ import java.awt.event.ActionListener;
/**
*
* @author defre
* @author el_pouleto
*/
public class VistaOperador extends javax.swing.JFrame {
private CtrlVistaIdentificarse controlador = CtrlVistaIdentificarse.getInstance();
......
......@@ -10,7 +10,7 @@ import java.awt.event.ActionListener;
/**
*
* @author defre
* @author el_pouleto
*/
public class VistaPersonalDeOperativo extends javax.swing.JFrame {
private CtrlVistaIdentificarse controlador = CtrlVistaIdentificarse.getInstance();
......
......@@ -22,7 +22,7 @@ import serviciosComunes.JsonParser;
/**
*
* @author defre
* @author younrm
*/
public class ControladorCUConsultarEmergencias {
private static ControladorCUConsultarEmergencias controlador = new ControladorCUConsultarEmergencias();
......
......@@ -6,7 +6,7 @@ package com.mycompany.disenosoftwareproject.negocio.modelos;
/**
*
* @author defre
* @author younrm
*/
public class Activacion {
private int id;
......
......@@ -14,7 +14,7 @@ import javax.json.JsonObjectBuilder;
/**
*
* @author defre
* @author el_pouleto
*/
public class Empleado extends Persona {
......
......@@ -8,7 +8,7 @@ import java.util.List;
/**
*
* @author defre
* @author younrm
*/
public class TurnoDeOperativo {
private Fecha fechaCreacion;
......
......@@ -18,7 +18,7 @@ import serviciosComunes.JsonParser;
/**
*
* @author defre
* @author younrm
*/
public class DAOTurnoDeOperativo {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment