mirror of
https://bitbucket.org/Mattrixwv/javaclasses.git
synced 2025-12-06 23:13:57 -05:00
Fixed bug where part returned by getStr was off by a factor of 10
This commit is contained in:
@@ -56,6 +56,7 @@ public class testStopwatch{
|
||||
|
||||
//Print the results
|
||||
System.out.printf("The timer results in: %s\n", timer.getStr());
|
||||
System.out.printf("The timer results in: %f milliseconds\n", timer.getMilli());
|
||||
|
||||
if(!failed){
|
||||
System.out.println("All tests completed successfully");
|
||||
|
||||
Reference in New Issue
Block a user