Skip to content

Commit fa75852

Browse files
committed
Atualiza gerador de estudantes.
1 parent 1c135f8 commit fa75852

File tree

4 files changed

+98
-48
lines changed

4 files changed

+98
-48
lines changed

estatisticas-estudantes-estruturado/src/main/java/AppProgramacaoEstruturada.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class AppProgramacaoEstruturada {
1111
private final List<Estudante> estudantes;
1212

1313
public AppProgramacaoEstruturada(){
14-
estudantes = StudentGenerator.generate(TOTAL_STUDENTS);
14+
estudantes = new StudentGenerator().generate(TOTAL_STUDENTS);
1515

1616
imprimeMaiorNota();
1717
imprimeMaiorNotaHomens();

0 commit comments

Comments
 (0)