154155156157158159160161162163
} } public void inserirProfessoresNoBD() { for(int i=0; i<numeroThreads; i++){ InsertorDeProfessorNoBD pi = new InsertorDeProfessorNoBD(myLattesDir, i,this); Thread t = new Thread(pi); t.start(); } }