diff --git a/TOOLS/time/util/Timer.java b/TOOLS/time/util/Timer.java index 4ece416..54bfdc1 100644 --- a/TOOLS/time/util/Timer.java +++ b/TOOLS/time/util/Timer.java @@ -5,7 +5,7 @@ package util; * * @param starttime This Parameter captures the time at the beginning of a program * @param endtime This Parameter captures the time at the end of a program - * @Author BiteCoding --> https://github.com/BiteCoding + * @Author cato447 --> https://github.com/cato447 */ import java.util.Date; @@ -38,4 +38,4 @@ public class Timer { public String timeNeeded(){ return "Time needed " + deltaTime() + " ms"; } -} \ No newline at end of file +}