From 5a29f358e3569b230ed0672b2435e0b17e1f6f07 Mon Sep 17 00:00:00 2001 From: cato <47259183+cato447@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:20:06 +0200 Subject: [PATCH] Update Timer.java --- TOOLS/time/util/Timer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}