BIG REFACTOR - erasing unused code
This commit is contained in:
@@ -49,15 +49,4 @@ public class TimeWatch {
|
||||
|
||||
return "Elapsed Time in nano seconds: ";
|
||||
}
|
||||
|
||||
private void exampleUsage() {
|
||||
TimeWatch watch = TimeWatch.start();
|
||||
|
||||
// do something...
|
||||
|
||||
System.out.println("Elapsed Time custom format: " + watch.toMinuteSeconds());
|
||||
System.out.println("Elapsed Time in seconds: " + watch.time(TimeUnit.SECONDS));
|
||||
System.out.println("Elapsed Time in nano seconds: " + watch.time());
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user