We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ffc9f commit f252ae7Copy full SHA for f252ae7
Classes de Ajuda/README.md
@@ -26,7 +26,7 @@ JSONObject j = g.get();
26
// Retorna o tempo formatado em String
27
public String getTimeFormatted();
28
29
-// Retorna o tempo em segundos
+// Retorna o tempo (segundos) em int
30
public int getTime();
31
```
32
@@ -54,4 +54,4 @@ String tempoGasto = String.format("Tempo gasto: %s (%d segundos)!",
54
System.out.println(tempoGasto); // Tempo gasto: 00:00:32 (32 segundos)!
55
56
d.stopCounter();
57
-```
+```
0 commit comments