Skip to content

Commit

Permalink
Update Utilidades.java
Browse files Browse the repository at this point in the history
  • Loading branch information
fl2on authored Dec 21, 2024
1 parent 4005059 commit fa3dec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Colmena/Utilidades.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static void animacionBusqueda() {
for (String frame : frames) {
System.out.print("\r" + frame); // Imprimimos el cuadro de animación
try {
TimeUnit.MILLISECONDS.sleep(300); // Espera constante de 300 ms
Thread.sleep(300) // Espera constante de 300 ms
} catch (InterruptedException ignored) {}
}
}
Expand Down

0 comments on commit fa3dec8

Please sign in to comment.