Skip to content

Commit

Permalink
anotaciones finales
Browse files Browse the repository at this point in the history
  • Loading branch information
tonibofarull committed Jan 7, 2018
1 parent 752ecff commit f3a7897
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Dominio/CtrlDominio.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void guardarPartida() {
}

/**
* @throws Excepcion si no hay partida guardada
* @throws Exception si no hay partida guardada
* @pre Hay una partida guardada
* @post Se carga la partida guardada y pasa a ser la partida actual.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Presentacion/CtrlPresentacion.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public void irIntroducirSecreto() {

// Introducir Secreto
/**
* @param dificultad_s String con la dificultad de la partida
* @param solucion String con la solucion de la partida
* @pre vistaPrincipal ha sido inicializada.
* @post Se cambia la vista a la vista de partida de introducir secreto
* (CodeMaker)
Expand Down
2 changes: 2 additions & 0 deletions src/Presentacion/vistaCodeMaker.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public class vistaCodeMaker extends vistaPartida {

/**
* @param CP ctrlpresentacion
* @param solucion solucion de la partida
* @param candidato primer candidato del codebreaker
* @pre Cierto.
* @post Se ha instancia la clase vistaCodeMaker.
*/
Expand Down

0 comments on commit f3a7897

Please sign in to comment.